[PATCH] D38016: [lit] Make lit stop writing .pyc files

David L. Jones via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 20:51:43 PDT 2017


dlj added a comment.

In https://reviews.llvm.org/D38016#874719, @zturner wrote:

> In https://reviews.llvm.org/D38016#874699, @dlj wrote:
>
> > Would it make more sense to set this as an SVN property?
> >
> > http://svnbook.red-bean.com/nightly/en/svn.advanced.props.special.ignore.html
> >
> > svn propset svn:global-ignores . '*.pyc'
> >
> > (Or as svn:ignore on the lit directories)
>
>
> I actually did set `svn:ignore` on the lit directory and it didn't work.  It's kind of hard diagnosing this kind of thing because I can't physically see it reproducing so all I can do is hit it with as big of a hammer as possible.  I guess I can wait and see if it happens again on another bot the next time I check something in, and if so I can try to get one of the bot owners to help me investigate.


Yeah, that sounds pretty strange. Although it could be because svn:ignore doesn't inherit (as opposed to svn:global-ignores).

Either way, this seems OK.


https://reviews.llvm.org/D38016





More information about the llvm-commits mailing list