Skip to content

Add /obj/ to .gitignore #32944

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 14, 2016
Merged

Conversation

alexcrichton
Copy link
Member

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 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.
@rust-highfive
Copy link
Contributor

r? @aturon

(rust_highfive has picked a reviewer for you, use r? to override)

@brson
Copy link
Contributor

brson commented Apr 14, 2016

@bors r+ p=7

@bors
Copy link
Collaborator

bors commented Apr 14, 2016

📌 Commit de18381 has been approved by brson

@alexcrichton
Copy link
Member Author

@bors: force

@bors
Copy link
Collaborator

bors commented Apr 14, 2016

⌛ Testing commit de18381 with merge adb0923...

bors added a commit that referenced this pull request Apr 14, 2016
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.
@bors bors merged commit de18381 into rust-lang:master Apr 14, 2016
@alexcrichton alexcrichton deleted the add-to-gitignore branch May 2, 2016 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants