From d4eb2b41e4623891c4e6c85830ea5c739a1d1611 Mon Sep 17 00:00:00 2001 From: Niels at home Date: Sun, 15 Dec 2019 12:27:13 +0100 Subject: [PATCH] Ignore CLion specific files Ignore all CLion specific files like .idea/ or the generated cmake- directory. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 96326ff..3333f85 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,7 @@ CSlim.tmproj *.pdb *.lib build-cli + +.idea/ +# Ignore your build directory e.g. cmake-build-debug +cmake-**/