summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
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
-