summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore20
1 files changed, 15 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 86157a0..4f78a85 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,19 @@
# Ignore the documentation folder
/doc
-# Ignore the CMake build files
-/CMakeFiles
-/CMakeCache.txt
-/cmake_install.cmake
-/Makefile
+# We don't want anyone to checkin /data folder
+/data
+
+# Ignore local data
+/colobot.ini
+/savegame
+# Ignore the CMake build files
+CMakeFiles
+CMakeCache.txt
+cmake_install.cmake
+Makefile
+/install_manifest.txt
+/Testing
+/CTestTestfile.cmake
+/src/CBot/tests/CBot_console/bin/