mirror of https://github.com/rust-lang/rust.git
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:
parent
35dca7fb7b
commit
de1838148c
|
@ -78,6 +78,7 @@
|
|||
/stage3/
|
||||
/test/
|
||||
/tmp/
|
||||
/obj/
|
||||
TAGS
|
||||
TAGS.emacs
|
||||
TAGS.vi
|
||||
|
|
Loading…
Reference in New Issue