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
(cherry picked from commit 54a778e8a5
)
This commit is contained in:
parent
4f2a019db7
commit
b7fc5b10b2
1
.gitignore
vendored
1
.gitignore
vendored
@ -34,6 +34,7 @@ tempest.log
|
||||
.eggs/
|
||||
.ropeproject/
|
||||
*.qcow2
|
||||
*.orig
|
||||
|
||||
# Files created by releasenotes build
|
||||
releasenotes/build
|
||||
|
Loading…
Reference in New Issue
Block a user