summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2013-06-22 22:35:53 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2013-06-22 22:44:03 +0200
commit9f819088a67a555d7bf18bf1da5db1ff66163055 (patch)
treeb637f7bbdd6967043ef5f340881318129e355149 /.gitignore
parent8cb2e54de844accbd831a167233e8348b175d930 (diff)
downloadcolobot-9f819088a67a555d7bf18bf1da5db1ff66163055.tar.gz
colobot-9f819088a67a555d7bf18bf1da5db1ff66163055.tar.bz2
colobot-9f819088a67a555d7bf18bf1da5db1ff66163055.zip
gitignore update
* git should now ignore all generated files when building without separate build directory
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore23
1 files changed, 13 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index d2c6fbc..122663d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,15 @@
-# Ignore the documentation folder
+# Ignore the CMake build files
+CMakeFiles
+CMakeCache.txt
+cmake_install.cmake
+Makefile
+/install_manifest.txt
+/Testing
+/CTestTestfile.cmake
+
+# Ignore the generated documentation
/doc
+/Doxyfile
# Ignore targets
/colobot
@@ -8,16 +18,9 @@
/colobot.ini
/savegame
-# Ignore the CMake build files
-CMakeFiles
-CMakeCache.txt
-cmake_install.cmake
-Makefile
-/install_manifest.txt
-/Testing
-/CTestTestfile.cmake
+# Standard build directory
+/build
# Ignore KDevelop files
.kdev4
*.kdev4
-