Updated .gitignore files to ignore build files
parent
e738c55b73
commit
7319c642c6
|
@ -1,2 +1,9 @@
|
||||||
# Ignore the documentation folder
|
# Ignore the documentation folder
|
||||||
/doc
|
/doc
|
||||||
|
|
||||||
|
# Ignore the CMake build files
|
||||||
|
/CMakeFiles
|
||||||
|
/CMakeCache.txt
|
||||||
|
/cmake_install.cmake
|
||||||
|
/Makefile
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
# Ignore everything
|
||||||
|
*
|
||||||
|
|
||||||
|
# But not these files...
|
||||||
|
!.gitignore
|
||||||
|
!README.txt
|
Loading…
Reference in New Issue