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:
parent
98ec46b807
commit
54a778e8a5
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