Skip to content

Commit

Permalink
gitignore: Reduce number of false positives
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aquileia committed Jun 8, 2014
1 parent 0564106 commit 0abdaf7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Expand Up @@ -4,6 +4,7 @@
!readme.txt
!COPYING.txt
!imagemagick_command.txt
!utils/umc_dev/org.wesnoth/templates/**/*.txt

# project files
.*project
Expand Down Expand Up @@ -36,6 +37,8 @@ projectfiles/VC[12]*

# eclipse
.settings
!utils/umc_dev/org.wesnoth*/.settings/
!utils/umc_dev/org.wesnoth*/.project

# autotools
config.h
Expand Down Expand Up @@ -71,6 +74,8 @@ wesnoth.plg
# library files
.libs
Lib
!data/ai/formula/lib/
!src/gui/lib/

# release-only directories
translations
Expand Down

0 comments on commit 0abdaf7

Please sign in to comment.