From 309daa6c9a6b8f6bdcdfc1288bd5531fbb18561e Mon Sep 17 00:00:00 2001 From: Jarek Prokop Date: Thu, 20 Apr 2023 09:58:17 +0200 Subject: [PATCH] Fix import. Reset the branch state due to improper import. RHEL git ref that the branch was reset to <0dfea5fd6d5f72bae3626ad1283476f50b80850e>. Summary: * `.gitignore` Loosen the matching rules. Related: rhbz#2149262 --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2bf2e37..033f60f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -SOURCES/bson-4.8.1.gem -/bson-4.8.1.gem +/bson-*.gem