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:
parent
02732ae01c
commit
6a0c88f38c
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue