[PATCH] D57400: Add a .gitignore file to the root that ignores any files outside of the project directories.

James Y Knight via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 16 17:09:44 PST 2019


jyknight added a comment.

I still don't like it...It's different, unusual, and IMO surprising to have such a wildcard ignore.

We haven't tended to have lots of random accidental file additions before, and while someone may surely mess up again, I don't think it likely to be a common occurrence.

I'd much prefer simply the targeted ignore of "/build*", at least for starters.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57400/new/

https://reviews.llvm.org/D57400





More information about the llvm-commits mailing list