Fixed gitignore to ignore executable
parent
dad39babe1
commit
09004104f6
|
@ -8,6 +8,9 @@
|
|||
# JSON Configuration data
|
||||
config.json
|
||||
|
||||
# Executable File
|
||||
process
|
||||
|
||||
# Test binary, build with `go test -c`
|
||||
*.test
|
||||
|
||||
|
|
Loading…
Reference in New Issue