[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:10:41 PDT 2017


dlj added a comment.

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)


https://reviews.llvm.org/D38016





More information about the llvm-commits mailing list