Skip to content

Commit

Permalink
Fixed bug 4758 - hgignore clion build artifacts
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
slouken committed Feb 4, 2020
1 parent 4b585e7 commit ca2186a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .hgignore
Expand Up @@ -11,6 +11,10 @@ build
gen
Build

# for CLion
.idea
cmake-build-*

# for Xcode
*.orig
*.swp
Expand Down

0 comments on commit ca2186a

Please sign in to comment.