From 7d134b44ac32918744563640cb319f7b3184969d Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Wed, 12 Aug 2015 10:07:37 +0100 Subject: [PATCH] gitignore: Don't ignore *.rej These indicate a patch application went wrong, I want to see them in "git status". This appears to have been imported from .hgignore where it has been since 2005. Signed-off-by: Ian Campbell Acked-by: Jan Beulich Reviewed-by: Konrad Rzeszutek Wilk Acked-by: Ian Jackson Reviewed-by: Daniel Kiper --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index bccbd12016..dafa3c4051 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ .hg *.orig -*.rej *~ *.swp *.o -- 2.39.5