[PATCH] D73253: [llvm] Fix file ignoring inside directories

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 14:21:39 PST 2020


smeenai added a comment.

In D73253#1836910 <https://reviews.llvm.org/D73253#1836910>, @jyknight wrote:

> I think we should instead remove the entire "tracked independently" parts, because that's no longer the recommended directory layout. And also remove these "global" ignores which you moved, because they're already in /.gitignore, and thus don't need to be in /llvm/.gitignore


I'm good doing so, although I'll note that we haven't officially removed support for the nested layout yet (although I can't imagine why someone would want to use the nested layout with the monorepo).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73253





More information about the llvm-commits mailing list