gitignore: ignore built wings executable
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user