mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-20 06:54:30 +02:00
...
This commit is contained in:
parent
b6f109c8be
commit
2f86ec6ccd
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
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]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue