gitignore: Merge rules from doc/ and data/tools
This commit is contained in:
parent
1715ab3145
commit
c19e729c6b
10 changed files with 9 additions and 24 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -129,6 +129,15 @@ po/**/Makefile*
|
|||
!po/wesnoth-manpages/Makefile
|
||||
!po/wesnoth-manual/Makefile
|
||||
|
||||
# tools
|
||||
data/tools/unit_tree/**/files
|
||||
data/tools/unit_tree/**/reports
|
||||
data/tools/unit_tree/**/Locale
|
||||
|
||||
# doc
|
||||
doc/doxygen/**/html
|
||||
doc/manual/**/*.xml
|
||||
|
||||
# file for loading lua from within test scenario on-the-fly
|
||||
data/lua/**/code.lua
|
||||
|
||||
|
|
2
data/tools/.gitignore
vendored
2
data/tools/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
*.pyc
|
||||
macro-reference.xhtml
|
3
data/tools/unit_tree/.gitignore
vendored
3
data/tools/unit_tree/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
files
|
||||
reports
|
||||
Locale
|
1
data/tools/wesnoth/.gitignore
vendored
1
data/tools/wesnoth/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
*.pyc
|
4
doc/.gitignore
vendored
4
doc/.gitignore
vendored
|
@ -1,4 +0,0 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
CMakeFiles
|
||||
cmake_install.cmake
|
3
doc/design/.gitignore
vendored
3
doc/design/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
CMakeFiles
|
||||
cmake_install.cmake
|
||||
Makefile
|
1
doc/doxygen/.gitignore
vendored
1
doc/doxygen/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
html
|
4
doc/man/.gitignore
vendored
4
doc/man/.gitignore
vendored
|
@ -1,4 +0,0 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
cmake_install.cmake
|
||||
CMakeFiles
|
5
doc/manual/.gitignore
vendored
5
doc/manual/.gitignore
vendored
|
@ -1,5 +0,0 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
*.xml
|
||||
cmake_install.cmake
|
||||
CMakeFiles
|
1
doc/manual/images/.gitignore
vendored
1
doc/manual/images/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
Thumbs.db
|
Loading…
Add table
Reference in a new issue