gitignore: Include more rules from subdirectories
That is: data/lua/, scons/, and utils/
This commit is contained in:
parent
f21dc312ef
commit
74e1a11b45
4 changed files with 6 additions and 5 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -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
2
data/lua/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
#file for loading lua from within test scenario on-the-fly
|
||||
code.lua
|
1
scons/.gitignore
vendored
1
scons/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
*.pyc
|
1
utils/.gitignore
vendored
1
utils/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
sconsign.dblite
|
Loading…
Add table
Reference in a new issue