diff options
author | syt <syt@sextans.logilab.fr> | 2006-05-09 09:56:45 +0200 |
---|---|---|
committer | syt <syt@sextans.logilab.fr> | 2006-05-09 09:56:45 +0200 |
commit | 6d5bf6dfac97baa8e7b7f3e498f323450bf0b1b1 (patch) | |
tree | 6c09b9789510f6ffa98400b23842e971f977c110 /setup.py | |
parent | 5831633dd89352c46d52dad30699b0eb387910d2 (diff) | |
download | logilab-common-6d5bf6dfac97baa8e7b7f3e498f323450bf0b1b1.tar.gz |
check ChangeLog
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ try: except ImportError: ext_modules = None -BASE_BLACKLIST = ('CVS', 'debian', 'dist', 'build', '__buildlog') +BASE_BLACKLIST = ('CVS', 'debian', 'dist', 'build', '__buildlog', '.svn') IGNORED_EXTENSIONS = ('.pyc', '.pyo', '.elc') |