Merge pull request #114105 from akien-mga/gitignore-patch-orig-rej
gitignore: Ignore GNU `patch` .orig and .rej backup files
This commit is contained in:
commit
24333c4e3d
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -155,6 +155,10 @@ cppcheck-cppcheck-build-dir/
|
|||
*.geany
|
||||
.geanyprj
|
||||
|
||||
# GNU patch
|
||||
*.orig
|
||||
*.rej
|
||||
|
||||
# Gprof
|
||||
gmon.out
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue