From 142bda3d25841f87beb7d67e20b408aee540b79a Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 10 Mar 2023 11:15:59 -0800 Subject: [PATCH] Bring rpminspect.yaml over from Brew dist-git Signed-off-by: Troy Dawson --- rpminspect.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..c9a61f2 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,5 @@ +--- +changedfiles: + # ignore the Python bytecode files; they change with every build + ignore: + - "*.pyc"