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:
1
components/engine/.gitignore
vendored
1
components/engine/.gitignore
vendored
@ -3,6 +3,7 @@
|
||||
# please consider a global .gitignore https://help.github.com/articles/ignoring-files
|
||||
*.exe
|
||||
*.orig
|
||||
*.rej
|
||||
*.test
|
||||
.*.swp
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user