From 320dc2095bb5d37ba1fdd40d62017b6772aede9e Mon Sep 17 00:00:00 2001 From: Alain Vaucher Date: Tue, 30 May 2017 20:35:01 +0200 Subject: [PATCH] Update .gitignore for CLion files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 1daf793ac..d9827e4ed 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,10 @@ /.project /.pydevproject +#- CLion files +/.idea/ +/cmake-build-* + #- Binary files __pycache__/ *.so