From 7319c642c6760b2ec828fb9de57b90ae3a89502e Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Tue, 26 Jun 2012 23:46:33 +0200 Subject: [PATCH] Updated .gitignore files to ignore build files --- .gitignore | 7 +++++++ bin/.gitignore | 6 ++++++ 2 files changed, 13 insertions(+) create mode 100644 bin/.gitignore diff --git a/.gitignore b/.gitignore index 50c39fe3..86157a03 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 00000000..96ec5aef --- /dev/null +++ b/bin/.gitignore @@ -0,0 +1,6 @@ +# Ignore everything +* + +# But not these files... +!.gitignore +!README.txt