Commit b14d396
authored
Add .orig and .rej files to .gitignore for patching leftovers (#2981)
## Motivation for the change, related issues
When applying patches if there are any issues or patch is not applying
well or there are merge problems, `rej` and `orig` tend to appear
## Implementation details
Just adding these two extensions to `gitignore`1 parent bac21c5 commit b14d396
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
0 commit comments