exclude binary folders
This commit is contained in:
parent
ebad6f792c
commit
85ade291d4
4
.gitignore
vendored
4
.gitignore
vendored
@ -5,6 +5,10 @@
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Output folders
|
||||
bin/
|
||||
_dist/
|
||||
|
||||
# Test binary, build with `go test -c`
|
||||
*.test
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user