gitignore: ignore built wings executable

This commit is contained in:
Jakob Schrettenbrunner 2017-08-31 23:59:06 +02:00
parent 7b9c67d508
commit 09d2d6ec4a

4
.gitignore vendored
View File

@ -31,5 +31,9 @@
# Go Coverage tool
/coverage.out
# The built executable
wings
wings.exe
# Keep all gitkeep files (This needs to stay at the bottom)
!.gitkeep