This is an archive of the discontinued LLVM Phabricator instance.

Change /build to /build* in top-level .gitignore
ClosedPublic

Authored by dyung on Aug 1 2019, 1:16 AM.

Details

Summary

Internally our build scripts create build directories of the form build-<branch info> so it would be useful if the top level .gitignore file ignored build* instead of just build so that git would ignore them. We have had this privately for quite a while, but it seems like it could be something that might be useful upstream in case anyone else does something similar.

Diff Detail

Repository
rL LLVM

Event Timeline

dyung created this revision.Aug 1 2019, 1:16 AM
dyung added a reviewer: echristo.

Adding James and Chris as reviews as it was suggested they might have an interest in this change.

beanz accepted this revision.Aug 1 2019, 4:46 PM

Yes please! I actually have this locally.

This revision is now accepted and ready to land.Aug 1 2019, 4:46 PM
This revision was automatically updated to reflect the committed changes.