Skip to content

Commit 4f36b71

Browse files
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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
target/
22
Cargo.lock
3+
*.orig

0 commit comments

Comments
 (0)