Skip to content

Commit

Permalink
[cmake] Add CMake generated files to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
fetzerch authored and FernetMenta committed Feb 3, 2016
1 parent a874517 commit a66eb1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Expand Up @@ -67,6 +67,12 @@ config.log
.libs/
.deps/

# CMake project files
CMakeCache.txt
CMakeFiles
CTestTestfile.cmake
cmake_install.cmake

# Eclipse project files. Not needed as they are generated in two clicks if needed.
.settings
.project
Expand Down

0 comments on commit a66eb1f

Please sign in to comment.