From ca2186a21b3308d876a6c7fbe7b92571bf9a5127 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 3 Feb 2020 16:34:33 -0800 Subject: [PATCH] Fixed bug 4758 - hgignore clion build artifacts Malte clion builds into cmake-build-debug, cmake-build-release etc. by default. Also, it creates the .idea forlder in wich it places some (mostly local) config. Since SDL is perfectly buildable from within the IDE, i think it'd be nice to have the build and ide artifacts ignored by hg. --- .hgignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.hgignore b/.hgignore index a0e882426..ca234750d 100644 --- a/.hgignore +++ b/.hgignore @@ -11,6 +11,10 @@ build gen Build +# for CLion +.idea +cmake-build-* + # for Xcode *.orig *.swp