From 43bc848f3795c0764f6e8b8aa54ae40111951562 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 Upstream-commit: 3957cc8022c76fbe60d018fd173cb0cb35beadba Component: engine --- components/engine/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/components/engine/.gitignore b/components/engine/.gitignore index cd641d8ffe..61a00fe77c 100644 --- a/components/engine/.gitignore +++ b/components/engine/.gitignore @@ -3,6 +3,7 @@ # please consider a global .gitignore https://help.github.com/articles/ignoring-files *.exe *.orig +*.rej *.test .*.swp .DS_Store