From e3036424097619254ef52823bfbfa2fcfdad2bf2 Mon Sep 17 00:00:00 2001 From: Raphael Maenle <17550607+g-spacewhale@users.noreply.github.com> Date: Sat, 2 Dec 2017 16:52:32 +0100 Subject: [PATCH] edited gitignore to not sync .idea and cmap-build-debug --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 579bd1a..1c520a1 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,8 @@ # Executables *.exe *.out -*.app \ No newline at end of file +*.app + +CLion folder +Source/.idea/ +Source/cmake-build-debug/ \ No newline at end of file