From 09d2d6ec4a5210a89ae49a440bed19e48ef33ce5 Mon Sep 17 00:00:00 2001 From: Jakob Schrettenbrunner Date: Thu, 31 Aug 2017 23:59:06 +0200 Subject: [PATCH] gitignore: ignore built wings executable --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 5d83817..958ec78 100644 --- a/.gitignore +++ b/.gitignore @@ -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