10 lines
196 B
YAML
10 lines
196 B
YAML
|
---
|
||
|
changedfiles:
|
||
|
# ignore the Python bytecode files; they change with every build
|
||
|
ignore:
|
||
|
- "*.pyc"
|
||
|
|
||
|
patches:
|
||
|
# allow for larger patches without complaining
|
||
|
file_count_threshold: 100
|