Skip to content

Commit de18381

Browse files
committed
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.
1 parent 35dca7f commit de18381

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
/stage3/
7979
/test/
8080
/tmp/
81+
/obj/
8182
TAGS
8283
TAGS.emacs
8384
TAGS.vi

0 commit comments

Comments
 (0)