From 3957cc8022c76fbe60d018fd173cb0cb35beadba Mon Sep 17 00:00:00 2001 From: Chen Hanxiao Date: Wed, 13 May 2015 22:10:26 -0400 Subject: [PATCH] gitignore: add *.rej Ignore noise from unsuccessful patch operation. Signed-off-by: Chen Hanxiao --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cd641d8ffe..61a00fe77c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ # please consider a global .gitignore https://help.github.com/articles/ignoring-files *.exe *.orig +*.rej *.test .*.swp .DS_Store