From 679a87f0b40df76ba492daa700df8963ffa4907b Mon Sep 17 00:00:00 2001 From: Cedric Caffy Date: Tue, 12 Oct 2021 11:47:41 +0200 Subject: [PATCH] [gitignore] gitignore update for ignoring CLion-related folders/files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 15dff770410..6ca05119376 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,5 @@ xrootd.spec dist *.egg-info bindings/python/VERSION +cmake-* +.idea/ \ No newline at end of file