Browse Source

gitignore: add *.rej

Ignore noise from unsuccessful patch operation.

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
Chen Hanxiao 10 years ago
parent
commit
3957cc8022
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

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