Updated .gitignore files to ignore build files

master
Piotr Dziwinski 2012-06-26 23:46:33 +02:00
parent e738c55b73
commit 7319c642c6
2 changed files with 13 additions and 0 deletions

7
.gitignore vendored
View File

@ -1,2 +1,9 @@
# Ignore the documentation folder
/doc
# Ignore the CMake build files
/CMakeFiles
/CMakeCache.txt
/cmake_install.cmake
/Makefile

6
bin/.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
# Ignore everything
*
# But not these files...
!.gitignore
!README.txt