[PATCH] D38016: [lit] Make lit stop writing .pyc files
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 18 20:32:44 PDT 2017
zturner added a comment.
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.
https://reviews.llvm.org/D38016
More information about the llvm-commits
mailing list