* .gitignore: Don't ignore .rej files
Left over rejected hunks that we forgot to merge by hand should not be silently ignored. Better explicitly remove/rename .rej files when done with them.
This commit is contained in:
parent
0e4dd67aae
commit
7446e75b8b
1 changed files with 0 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -251,7 +251,6 @@ gnustmp*
|
|||
|
||||
# Version control and locks.
|
||||
*.orig
|
||||
*.rej
|
||||
*.swp
|
||||
*~
|
||||
.#*
|
||||
|
|
Loading…
Add table
Reference in a new issue