Skip to content

Commit

Permalink
SImplify gitignore to ignore all root-level build folders (we don't h…
Browse files Browse the repository at this point in the history
…ave core anymore!)
  • Loading branch information
jmarrec committed Dec 17, 2019
1 parent e3f6d9a commit 2c3ac4e
Showing 1 changed file with 4 additions and 24 deletions.
28 changes: 4 additions & 24 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,35 +1,15 @@
.idea
.ruby-version
.bundle
.vs
test_gems
test_fails.txt
# 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/
super-build-release/
/super-build-shared/
/super-build-static/

*.sublime-workspace

*.sublime-project
cmake-build-debug
# Ignore build folders (at root level only)
/build*/

developer/msvc/Visualizers/all_concat.natvis
.vscode/
.vs/
*.sublime-workspace
*.sublime-projet
*.cache

0 comments on commit 2c3ac4e

Please sign in to comment.