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:
parent
17386304c5
commit
c56b117d81
5
.gitignore
vendored
5
.gitignore
vendored
@ -31,3 +31,8 @@
|
|||||||
*.exe
|
*.exe
|
||||||
*.out
|
*.out
|
||||||
*.app
|
*.app
|
||||||
|
|
||||||
|
#Directories
|
||||||
|
cmake-build-debug
|
||||||
|
.idea
|
||||||
|
.DS_Store
|
Loading…
Reference in New Issue
Block a user