From 9304c4a9c1a033f9d8ee1c7aba874c956ec1bbf3 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Tue, 18 Sep 2018 14:27:30 -0400 Subject: gitignore: Don't ignore .patch files This makes things a bit awkward for distros that keep their packaging in git and use patch files --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2dc1c05..75d444d 100644 --- a/.gitignore +++ b/.gitignore @@ -66,7 +66,6 @@ core *.l[oa] *.[oa] *.obj -*.patch *.so *.pcf.gz *.pdb -- cgit v1.2.1