From c56b117d81374bd09c8e736a4d99e5b8360e4324 Mon Sep 17 00:00:00 2001 From: PGotzmann Date: Wed, 22 Nov 2017 11:05:35 +0100 Subject: [PATCH] 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. --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 579bd1a..c9e316e 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,9 @@ # Executables *.exe *.out -*.app \ No newline at end of file +*.app + +#Directories +cmake-build-debug +.idea +.DS_Store \ No newline at end of file