gitignore: add *.rej

Ignore noise from unsuccessful patch operation.

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
Upstream-commit: 3957cc8022c76fbe60d018fd173cb0cb35beadba
Component: engine
This commit is contained in:
Chen Hanxiao
2015-05-13 22:10:26 -04:00
parent ab675e423e
commit 43bc848f37

View File

@ -3,6 +3,7 @@
# please consider a global .gitignore https://help.github.com/articles/ignoring-files
*.exe
*.orig
*.rej
*.test
.*.swp
.DS_Store