Fixed a quirk in the Clion PR

@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.
This commit is contained in:
Jacob Mullins 2018-03-25 12:33:23 -04:00
parent c972e729e4
commit 565b519693

3
.gitignore vendored
View file

@ -37,5 +37,6 @@ Makefile
# Clion
.idea/
*.cmake
CPackConfig.cmake
CPackSourceConfig.cmake
*.cbp