From 3995fff863f1602ea461cc50b20c3df59c16ca44 Mon Sep 17 00:00:00 2001 From: Lemongrass3110 Date: Wed, 26 Apr 2017 03:18:58 +0200 Subject: [PATCH] Updated gitignore for the moved shell scripts Added some of the new visual studio output files to the ignore list too --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index fbdf6e188c..4c391abc37 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,8 @@ Thumbs.db /*.exe /*.exe.* /*.ilk +/*.iobj +/*.ipdb /*.log /*.ncb /*.opensdf @@ -148,3 +150,10 @@ Thumbs.db /.idea/workspace.xml /build/ +# bat tools +/charserv.bat +/logserv.bat +/mapcache.bat +/mapserv.bat +/runserver.bat +/serv.bat