This commit is contained in:
Kovid Goyal 2014-06-21 09:20:39 +05:30
parent b6f109c8be
commit 2f86ec6ccd

View File

@ -16,7 +16,7 @@ EXCLUDES = []
for x in [
'src/calibre/plugins', 'manual',
'.bzr', '.git', '.build', '.svn', 'build', 'dist', 'imgsrc', '*.pyc', '*.pyo', '*.swp',
'*.swo', 'format_docs']:
'*.swo', 'format_docs', 'translations']:
EXCLUDES.extend(['--exclude', x])
SAFE_EXCLUDES = ['"%s"'%x if '*' in x else x for x in EXCLUDES]