Skip to content

Commit

Permalink
Fixed a quirk in the Clion PR
Browse files Browse the repository at this point in the history
@Koerty accidentally excluded all .cmake files instead of the specific files that Clion generated, and was getting in my way of developing a new feature... So, I fixed it.
  • Loading branch information
Cl0v3rDev committed Mar 25, 2018
1 parent c972e72 commit 565b519
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -37,5 +37,6 @@ Makefile

# Clion
.idea/
*.cmake
CPackConfig.cmake
CPackSourceConfig.cmake
*.cbp

0 comments on commit 565b519

Please sign in to comment.