Add /obj/ to .gitignore

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.
This commit is contained in:
Alex Crichton 2016-04-13 17:46:01 -07:00
parent 35dca7fb7b
commit de1838148c

1
.gitignore vendored
View file

@ -78,6 +78,7 @@
/stage3/
/test/
/tmp/
/obj/
TAGS
TAGS.emacs
TAGS.vi