From 7f78f16e09885db0587a3d1a87c43e3a40e19be7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 5 Sep 2016 15:35:12 -0400 Subject: [PATCH] git/ignore: do not ignore diff/patch everywhere --- .config/git/ignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/git/ignore b/.config/git/ignore index 107839f..d1c6d85 100644 --- a/.config/git/ignore +++ b/.config/git/ignore @@ -8,6 +8,7 @@ core a.out* -*.diff -*.patch +# Some repos want these checked in. +#*.diff +#*.patch *.rej -- 2.39.5