> -----Original Message----- > From: arfre...@apache.org [mailto:arfre...@apache.org] > Sent: zaterdag 23 juli 2011 11:03 > To: comm...@subversion.apache.org > Subject: svn commit: r1150073 - > /subversion/trunk/subversion/include/svn_config.h > > Author: arfrever > Date: Sat Jul 23 09:03:17 2011 > New Revision: 1150073 > > URL: http://svn.apache.org/viewvc?rev=1150073&view=rev > Log: > Make 'svn status' ignore __pycache__ directories by default, which are > created > by Python >=3.2. *.pyc and *.pyo files are already ignored. > http://www.python.org/dev/peps/pep-3147/ > > * subversion/include/svn_config.h > (SVN_CONFIG__DEFAULT_GLOBAL_IGNORES_LINE_1): Add __pycache__.
I'm not sure if we should change this configuration variable. Everybody has a few extensions who he would like to add, but everybody has a different preference: that is why it is configurable. We have a few more python specific extensions in this list so there is some history in supporting python, but why prefer python specifics over something far more users would like to add? (I don't see .lib, .dll and .exe in this list, while they are far more common than the python extensions) Bert