[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
Tue Jan 29 10:52:17 PST 2019


jyknight added a comment.

Mmm, I think this adding a default /* ignore is setting us up for problems. I'd be okay with a default ignore for '/build*', though.

Do note also that users can ignore whatever they wish to locally by doing e.g. 'echo /my-special-build >> .git/info/excludes'


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

https://reviews.llvm.org/D57400





More information about the llvm-commits mailing list