executable tools
This commit is contained in:
parent
d3faaa574c
commit
2a5d37fad3
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
||||
build
|
||||
tool/generate
|
||||
tool/number
|
||||
|
@ -30,7 +30,7 @@ func main() {
|
||||
baseTrimmer, _ := regexp.Compile("[0-9x]+-")
|
||||
for _, fi := range fileInfos {
|
||||
baseName := baseTrimmer.ReplaceAllString(fi.Name(), "")
|
||||
if baseName != ".git" && baseName != "tool" && baseName != "README.md" {
|
||||
if baseName != ".git" && baseName != ".gitignore" && baseName != "tool" && baseName != "build" && baseName != "style" && baseName != "README.md" {
|
||||
sourceNames = append(sourceNames, baseName)
|
||||
sourceMap[baseName] = fi.Name()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user