Skip to content

Commit

Permalink
Merge pull request #1 from Dahlgren/feature/gitignore
Browse files Browse the repository at this point in the history
Add CMake and JetBrains IDEs to gitignore
  • Loading branch information
dedmen authored Apr 20, 2018
2 parents 381605f + 05ffc3e commit 55d75d1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,20 @@
# Others
.vs
build

# CMake
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake

# CodeBlocks
*.cbp

# JetBrains
.idea/

0 comments on commit 55d75d1

Please sign in to comment.