[PATCH] D57400: Add a .gitignore file to the root that ignores any files outside of the project directories.
Kristina Brooks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 27 04:33:54 PST 2019
kristina added a comment.
In D57400#1401781 <https://reviews.llvm.org/D57400#1401781>, @chandlerc wrote:
> What about using `/*/` at the ignore pattern? This allows top-level files, and makes only new top-level *directories* require an ignore update. To my mind, that seems a bit more narrowly scoped and might be a bit less surprising. Thoughts?
I think that's reasonable, small accidental files being committed to root of the monorepo should not be a huge deal anyway and easily undoable and unlike directories won't accidentally cause hundreds of people to check out someone's accidentally committed build artifact directory. I'm happy with this solution if others are.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57400/new/
https://reviews.llvm.org/D57400
More information about the llvm-commits
mailing list