[PATCH] D57400: Add a .gitignore file to the root that ignores any files outside of the project directories.
Chandler Carruth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 18 21:17:32 PST 2019
chandlerc added a comment.
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?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57400/new/
https://reviews.llvm.org/D57400
More information about the llvm-commits
mailing list