Skip to content

Commit

Permalink
Merge pull request qicosmos#23 from jovany-wang/gitignore
Browse files Browse the repository at this point in the history
Add cmake temp files and IDE generated files to gitignore
  • Loading branch information
qicosmos authored Oct 21, 2020
2 parents 8aff5b1 + b1cfee4 commit b61f388
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@
*.exe
*.out
*.app

# cmake
cmake-build-debug
cmake_install.cmake
*.cbp

# idea
.idea/

0 comments on commit b61f388

Please sign in to comment.