Merge pull request #394 from Koerty/git-ignore-clion-files

Add automatically generated Clion files to gitignore
This commit is contained in:
John Rassa 2018-03-24 05:21:48 -07:00 committed by GitHub
commit c972e729e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
.gitignore vendored
View file

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