From dcd08c781e1f84de68a2c56030c2a290daad7e21 Mon Sep 17 00:00:00 2001 From: Ondrej Nosek Date: May 10 2019 17:49:44 +0000 Subject: Ignore files in a cloned repository - patterns update Tightening up some patterns to be more specific. Signed-off-by: Ondrej Nosek --- diff --git a/conf/etc/rpkg/fedpkg-stage.conf b/conf/etc/rpkg/fedpkg-stage.conf index a3ce8d6..c4561f5 100644 --- a/conf/etc/rpkg/fedpkg-stage.conf +++ b/conf/etc/rpkg/fedpkg-stage.conf @@ -31,10 +31,10 @@ git_excludes = mips/ arm/ noarch/ - *.src.rpm - build*.log - .build-*.log - results_* + /*.src.rpm + /build*.log + /.build-*.log + results_*/ clog [fedpkg-stage.bodhi] diff --git a/conf/etc/rpkg/fedpkg.conf b/conf/etc/rpkg/fedpkg.conf index f9b23a9..3024518 100644 --- a/conf/etc/rpkg/fedpkg.conf +++ b/conf/etc/rpkg/fedpkg.conf @@ -31,10 +31,10 @@ git_excludes = mips/ arm/ noarch/ - *.src.rpm - build*.log - .build-*.log - results_* + /*.src.rpm + /build*.log + /.build-*.log + results_*/ clog [fedpkg.bodhi]