From 0abdaf7a96a9c92c95a446b08ee88a8679130578 Mon Sep 17 00:00:00 2001 From: aquileia Date: Sun, 8 Jun 2014 18:00:31 +0200 Subject: [PATCH] gitignore: Reduce number of false positives Especially in utils/umc_dev/ a massive number of files matched ignore rules. As tracked files can't be ignored, this had no real consequences. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 5813e31777da..057a681d296b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ !readme.txt !COPYING.txt !imagemagick_command.txt +!utils/umc_dev/org.wesnoth/templates/**/*.txt # project files .*project @@ -36,6 +37,8 @@ projectfiles/VC[12]* # eclipse .settings +!utils/umc_dev/org.wesnoth*/.settings/ +!utils/umc_dev/org.wesnoth*/.project # autotools config.h @@ -71,6 +74,8 @@ wesnoth.plg # library files .libs Lib +!data/ai/formula/lib/ +!src/gui/lib/ # release-only directories translations