Explorar o código

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.
Sam Lantinga %!s(int64=6) %!d(string=hai) anos
pai
achega
ca2186a21b
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      .hgignore

+ 4 - 0
.hgignore

@@ -11,6 +11,10 @@ build
 gen
 Build
 
+# for CLion
+.idea
+cmake-build-*
+
 # for Xcode
 *.orig
 *.swp