Add automatically generated Clion files to gitignore

This commit is contained in:
Koerty 2018-03-23 10:54:46 +01:00
parent 99cc97680d
commit 715ac69445

5
.gitignore vendored
View file

@ -34,3 +34,8 @@ Makefile
.cproject .cproject
.project .project
.settings/ .settings/
# Clion
.idea/
*.cmake
*.cbp