summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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