From ff785251692ece700ed14a46540a049b260164d0 Mon Sep 17 00:00:00 2001 From: Clemens Lang Date: Mon, 12 Sep 2022 15:52:16 +0200 Subject: [PATCH] .gitignore: Stop ignoring 000*.patch We have tracked patches named 000*.patch, and we want to keep those, so this .gitignore line is incorrect. Additionally, this line makes packit source-git update-dist-git fail. Signed-off-by: Clemens Lang --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index a662a8e..0a3d925 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ .build*.log clog -000*.patch *.src.rpm openssl-1.0.0a-usa.tar.bz2 /openssl-1.0.0b-usa.tar.bz2