[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [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 <ian.campbell@xxxxxxxxxx> Cc: Daniel Kiper <daniel.kiper@xxxxxxxxxx> --- Spotted while accidentally reviewing Daniel's patch against grub's .gitignore. --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index bccbd12..dafa3c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ .hg *.orig -*.rej *~ *.swp *.o -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |