remove --exclude

This commit is contained in:
Shawn Smith
2016-01-11 14:42:05 +09:00
parent 9050802063
commit 06b3fba3dd

View File

@@ -19,7 +19,6 @@ var (
func AddSkipDirs(params []string) []string {
for _, dir := range skipDirs {
params = append(params, fmt.Sprintf("--skip=%s", dir))
params = append(params, fmt.Sprintf("--exclude=%s", dir))
}
return params
}