Fixed gitignore to ignore executable

master
ice3man 2018-04-03 14:58:20 +05:30
parent dad39babe1
commit 09004104f6
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -8,6 +8,9 @@
# JSON Configuration data
config.json
# Executable File
process
# Test binary, build with `go test -c`
*.test