Skip to content

Commit

Permalink
Update gitignore to ignore build folders throughout (I built in OpenS…
Browse files Browse the repository at this point in the history
…tudio/openstudiocore/build since it felt more natural, and it's annoying to have thousands of untracked files)
  • Loading branch information
jmarrec committed Feb 26, 2019
1 parent 00aeb9b commit 11da7b0
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,21 @@
.bundle
test_gems
test_fails.txt
/build/
/build_debug/
/build-debug/
/build-meta/
/build_release/
/build-release/
/build_64/
/build-64/
/build-relwithdebinfo/
/build_relwithdebinfo/
/build_profile/
/build-profile/
/core-build/
/super-build/
# Ignore build folders, no matter where in the tree they might be
build/
build_debug/
build-debug/
build-meta/
build_release/
build-release/
build_64/
build-64/
build-relwithdebinfo/
build_relwithdebinfo/
build_profile/
build-profile/
core-build/
super-build/

*.sublime-workspace

Expand Down

0 comments on commit 11da7b0

Please sign in to comment.