Commit 4f36b71
committed
style: add rule to ignore *.orig files in .gitignore
By git mergetool docs:
> git mergetool creates *.orig backup files while resolving merges. These
> are safe to remove once a file has been merged and its git mergetool
> session has completed.
These files don't serve any use case in the source version control, so
are going to be ignored from version control from this commit on.1 parent aebf8bc commit 4f36b71
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
0 commit comments