Add *.orig to .gitignore

.orig files get generated by Git when a merge conflict happens. Nobody
should ever want to add those files to the Git tree. By including them
in .gitignore we prevent that those files get added by accident.

Change-Id: Ifff0a4a5f78e35ecd722ecdb15edd08347230842
This commit is contained in:
Tom Weininger 2022-08-21 17:02:11 +02:00
parent 98ec46b807
commit 54a778e8a5
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -34,6 +34,7 @@ tempest.log
.eggs/
.ropeproject/
*.qcow2
*.orig
# Files created by releasenotes build
releasenotes/build