]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #32944 - alexcrichton:add-to-gitignore, r=brson
authorbors <bors@rust-lang.org>
Thu, 14 Apr 2016 00:50:12 +0000 (17:50 -0700)
committerbors <bors@rust-lang.org>
Thu, 14 Apr 2016 00:50:12 +0000 (17:50 -0700)
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.


Trivial merge