gitignore: add *.rej
Ignore noise from unsuccessful patch operation. Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
parent
ed25742002
commit
3957cc8022
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue