summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-06-26 23:46:33 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-06-26 23:46:33 +0200
commit7319c642c6760b2ec828fb9de57b90ae3a89502e (patch)
tree8492a568fe70e6b4a91a69ef8f57609b5b37cc71
parente738c55b73a8d635cac34fb3c37f3758ca4f1671 (diff)
downloadcolobot-7319c642c6760b2ec828fb9de57b90ae3a89502e.tar.gz
colobot-7319c642c6760b2ec828fb9de57b90ae3a89502e.tar.bz2
colobot-7319c642c6760b2ec828fb9de57b90ae3a89502e.zip
Updated .gitignore files to ignore build files
-rw-r--r--.gitignore7
-rw-r--r--bin/.gitignore6
2 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 50c39fe..86157a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,9 @@
# Ignore the documentation folder
/doc
+
+# Ignore the CMake build files
+/CMakeFiles
+/CMakeCache.txt
+/cmake_install.cmake
+/Makefile
+
diff --git a/bin/.gitignore b/bin/.gitignore
new file mode 100644
index 0000000..96ec5ae
--- /dev/null
+++ b/bin/.gitignore
@@ -0,0 +1,6 @@
+# Ignore everything
+*
+
+# But not these files...
+!.gitignore
+!README.txt