mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
b6f109c8be
commit
2f86ec6ccd
@ -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]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user