Added CLions local project directories and .DS_Store (MAC OS) to gitignore

Local folders created by CLion and MAC OS are now excluded in gitignore. This allows users to work directly in the local Git directory without syncing unnessasary files.
This commit is contained in:
PGotzmann 2017-11-22 11:05:35 +01:00
parent 17386304c5
commit c56b117d81

7
.gitignore vendored
View File

@ -30,4 +30,9 @@
# Executables
*.exe
*.out
*.app
*.app
#Directories
cmake-build-debug
.idea
.DS_Store