From d7f5f0dc3b4f3bfa57f0bc5779baf4dc56247739 Mon Sep 17 00:00:00 2001 From: Lymia Aluysia Date: Wed, 18 Jan 2017 08:33:29 -0600 Subject: [PATCH] Make .gitignore ignore Windows binaries as well. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 82a02a59..95d577de 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,6 @@ autom4te.cache aclocal.m4 Makefile core -magicseteditor stamp-h1 config.h doxygen @@ -20,6 +19,8 @@ packages /data /*.dll +/magicseteditor +/magicseteditor.* /old /test-files