gitignore: ignore built wings executable
This commit is contained in:
parent
7b9c67d508
commit
09d2d6ec4a
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -31,5 +31,9 @@
|
||||||
# Go Coverage tool
|
# Go Coverage tool
|
||||||
/coverage.out
|
/coverage.out
|
||||||
|
|
||||||
|
# The built executable
|
||||||
|
wings
|
||||||
|
wings.exe
|
||||||
|
|
||||||
# Keep all gitkeep files (This needs to stay at the bottom)
|
# Keep all gitkeep files (This needs to stay at the bottom)
|
||||||
!.gitkeep
|
!.gitkeep
|
||||||
|
|
Loading…
Reference in New Issue
Block a user