gitignore update

* git should now ignore all generated files when building without
   separate build directory
master
Piotr Dziwinski 2013-06-22 22:35:53 +02:00
parent 8cb2e54de8
commit 9f819088a6
7 changed files with 26 additions and 13 deletions

25
.gitignore vendored
View File

@ -1,13 +1,3 @@
# Ignore the documentation folder
/doc
# Ignore targets
/colobot
# Ignore local data
/colobot.ini
/savegame
# Ignore the CMake build files
CMakeFiles
CMakeCache.txt
@ -17,7 +7,20 @@ Makefile
/Testing
/CTestTestfile.cmake
# Ignore the generated documentation
/doc
/Doxyfile
# Ignore targets
/colobot
# Ignore local data
/colobot.ini
/savegame
# Standard build directory
/build
# Ignore KDevelop files
.kdev4
*.kdev4

2
data

@ -1 +1 @@
Subproject commit 6d1ff8c3c48f8492824d27a621ecd8fb5879b182
Subproject commit b2845f58c34fc60e1f3900e5544f6392ca170fa8

7
desktop/.gitignore vendored
View File

@ -1,2 +1,7 @@
lang/
fr/
16/
32/
48/
colobot.6
colobot.desktop

1
lib/clipboard/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
libclipboard.a

1
po/.gitignore vendored Normal file
View File

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

1
src/CBot/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
libCBot.so

2
src/common/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
# CMake config header
config.h