svn:ignore some of the files cmake generates,
...it also overwrites the Makefiles in po/wesnoth-man{pages,ual} though.
This commit is contained in:
parent
dde034142a
commit
a54117e4d3
4 changed files with 11 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -23,6 +23,7 @@ CMakeFiles
|
|||
cmake_install.cmake
|
||||
CPackConfig.cmake
|
||||
CPackSourceConfig.cmake
|
||||
uninstall.cmake
|
||||
translations
|
||||
6not
|
||||
Debug
|
||||
|
|
4
doc/.gitignore
vendored
Normal file
4
doc/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
CMakeFiles
|
||||
cmake_install.cmake
|
4
doc/man/.gitignore
vendored
Normal file
4
doc/man/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
cmake_install.cmake
|
||||
CMakeFiles
|
2
doc/manual/.gitignore
vendored
2
doc/manual/.gitignore
vendored
|
@ -1,3 +1,5 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
*.xml
|
||||
cmake_install.cmake
|
||||
CMakeFiles
|
||||
|
|
Loading…
Add table
Reference in a new issue