|
|
| 78 |
return True |
78 |
return True |
| 79 |
return False |
79 |
return False |
| 80 |
def file_excl(reldirpath, filename): |
80 |
def file_excl(reldirpath, filename): |
|
|
81 |
# Retain directories in doc/[manual|tutorial|models]/source/_static/ |
| 82 |
if filename == '.hidden': |
| 83 |
return False |
| 81 |
if filename.startswith('.'): |
84 |
if filename.startswith('.'): |
| 82 |
return True |
85 |
return True |
| 83 |
if filename.endswith('.pyc') or filename.endswith('.pyo'): |
86 |
if filename.endswith('.pyc') or filename.endswith('.pyo'): |