summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-04-13 17:46:01 -0700
committerAlex Crichton <alex@alexcrichton.com>2016-04-13 17:46:01 -0700
commitde1838148c1d07493d6143d7162c50636e8bac35 (patch)
tree8321e55b6f680d7328e7d0182c14a4f76b5c97a9 /.gitignore
parent35dca7fb7b7304cfa8da027d1be6eea7142d90d6 (diff)
downloadrust-de1838148c1d07493d6143d7162c50636e8bac35.tar.gz
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5f1778376eb..972f527046b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -78,6 +78,7 @@
/stage3/
/test/
/tmp/
+/obj/
TAGS
TAGS.emacs
TAGS.vi