diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..2146f6c --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,9 @@ +--- +changedfiles: + # ignore the Python bytecode files; they change with every build + ignore: + - "*.pyc" + +patches: + # allow for larger patches without complaining + file_count_threshold: 100