Skip to content

Commit

Permalink
Add /obj/ to .gitignore
Browse files Browse the repository at this point in the history
This is the build directory our buildbots use, and right now the bots are
running `git clean -f -f -d` to remove all untracked files between runs and this
is accidentally deleting `obj`, so we're building LLVM a lot.

Hopefully this keeps the bots caching `obj` so we can clean it out manually and
leave LLVM around.
  • Loading branch information
alexcrichton committed Apr 14, 2016
1 parent 35dca7f commit de18381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
/stage3/
/test/
/tmp/
/obj/
TAGS
TAGS.emacs
TAGS.vi
Expand Down

0 comments on commit de18381

Please sign in to comment.