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