gitignore: Include more rules from subdirectories

That is: data/lua/, scons/, and utils/
This commit is contained in:
aquileia 2014-06-08 20:31:57 +02:00
parent f21dc312ef
commit 74e1a11b45
4 changed files with 6 additions and 5 deletions

7
.gitignore vendored
View file

@ -27,7 +27,7 @@ CMakeLists.txt
# scons
.scons-option-cache
.sconsign.dblite
*sconsign.dblite
.sconf_temp
# win32/MSVC:
@ -109,6 +109,7 @@ userdata
# testing
/test*
!/test_wrapper.sh
error*.log
do_build_and_tests.sh
boost_test_result.xml
@ -128,6 +129,9 @@ po/**/Makefile*
!po/wesnoth-manpages/Makefile
!po/wesnoth-manual/Makefile
# file for loading lua from within test scenario on-the-fly
data/lua/**/code.lua
# previous .gitignore files
po/**/.gitignore
images/**/.gitignore
@ -140,6 +144,7 @@ data/campaigns/**/images/**/.gitignore
*Neuer Ordner*
# uncategorized
*.pyc
*.swp
*.pbl
*.xhtml

2
data/lua/.gitignore vendored
View file

@ -1,2 +0,0 @@
#file for loading lua from within test scenario on-the-fly
code.lua

1
scons/.gitignore vendored
View file

@ -1 +0,0 @@
*.pyc

1
utils/.gitignore vendored
View file

@ -1 +0,0 @@
sconsign.dblite