Skip to content

Commit

Permalink
gitignore: use more general cmake-build-*
Browse files Browse the repository at this point in the history
Ignores clion default build folders under any release config. Thanks to
@bagong.
  • Loading branch information
mossheim committed May 11, 2017
1 parent 88edab1 commit 5b206ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -18,7 +18,7 @@ common/Packager/SuperCollider*.dmg

# CLion files
.idea
cmake-build-debug
cmake-build-*

#build directories
/build*
Expand Down

0 comments on commit 5b206ca

Please sign in to comment.