Updated .gitignore
This commit is contained in:
parent
4a7385cb22
commit
b0b1dd1470
6
.gitignore
vendored
6
.gitignore
vendored
@ -5,6 +5,7 @@
|
|||||||
*.dll
|
*.dll
|
||||||
*.so
|
*.so
|
||||||
*.dylib
|
*.dylib
|
||||||
|
gomus
|
||||||
|
|
||||||
# Test binary, built with `go test -c`
|
# Test binary, built with `go test -c`
|
||||||
*.test
|
*.test
|
||||||
@ -15,5 +16,8 @@
|
|||||||
# Dependency directories (remove the comment below to include it)
|
# Dependency directories (remove the comment below to include it)
|
||||||
# vendor/
|
# vendor/
|
||||||
|
|
||||||
# Test data
|
# Sample data
|
||||||
samples/
|
samples/
|
||||||
|
|
||||||
|
# Side-effects of running `gomus`
|
||||||
|
.gomus/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user