[PATCH] D57400: Add a .gitignore file to the root that ignores any files outside of the project directories.
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 17 10:45:05 PDT 2019
probinson added a comment.
In D57400#1589807 <https://reviews.llvm.org/D57400#1589807>, @greened wrote:
> What about downstream users that have added directories in their local forks? Having git suddenly ignore them would be surprising. We are in that situation.
Ditto, however I am more concerned about some accidental commit bloating the size of the upstream repo (which AIUI would remain even after a revert) than tripping over something unexpected in my downstream repo.
FTR, we already have a .gitignore in our downstream repo for much the same reason as described in previous comments supporting this patch. If nothing else, it means we'd have a merge conflict when this went in, and we'd DTRT with it at that time.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57400/new/
https://reviews.llvm.org/D57400
More information about the llvm-commits
mailing list