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.
This commit is contained in:
aquileia 2014-06-08 18:00:31 +02:00
parent 02732ae01c
commit 6a0c88f38c

5
.gitignore vendored
View file

@ -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