From a7fda772e1c42117d20c0c32a775cef06d24ed82 Mon Sep 17 00:00:00 2001 From: Jarek Prokop Date: Wed, 19 Apr 2023 12:47:01 +0200 Subject: [PATCH] Fix import. Reset the branch state due to improper import. RHEL git ref that the branch was reset to <51fc4254a3b883b22e63af5d0eadf142b85b6ae6>. Summary: * `.gitignore` Loosen the matching rules. Related: rhbz#2149262 --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c967a83..b322c93 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/pg-1.2.3.gem -/pg-1.2.3.gem +/pg-*.gem +/*.rpm