[PATCH] D57400: Add a .gitignore file to the root that ignores any files outside of the project directories.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 17 10:22:22 PDT 2019
pcc added a comment.
Using `/*/` as the ignore pattern would work for me. My main concern was that it would conflict with my use of `/*` in the exclude file to ignore files in the root directory, but it appears that they don't conflict. If @jyknight is happy with this then I'll update this review as suggested.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57400/new/
https://reviews.llvm.org/D57400
More information about the llvm-commits
mailing list