10042f76d6
.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 commit54a778e8a5
) (cherry picked from commitb7fc5b10b2
)
42 lines
605 B
Plaintext
42 lines
605 B
Plaintext
AUTHORS
|
|
build/*
|
|
build-stamp
|
|
ChangeLog
|
|
cover/
|
|
.coverage
|
|
covhtml/
|
|
dist/
|
|
doc/build
|
|
doc/source/configuration/_static/octavia.policy.yaml.sample
|
|
doc/source/contributor/devref/erd.svg
|
|
doc/source/contributor/devref/flow_diagrams/
|
|
doc/source/contributor/devref/flow_diagrams_v2/
|
|
doc/source/contributor/modules
|
|
api-ref/build
|
|
.idea/*
|
|
.vscode/*
|
|
*.DS_Store
|
|
*.pyc
|
|
*.egg-info/
|
|
pbr*.egg/
|
|
run_tests.err.log
|
|
run_tests.log
|
|
setuptools*.egg/
|
|
subunit.log
|
|
tempest.log
|
|
.testrepository
|
|
.stestr
|
|
.tox/
|
|
.venv/
|
|
*.mo
|
|
*.sw?
|
|
*~
|
|
.eggs/
|
|
.ropeproject/
|
|
*.qcow2
|
|
*.orig
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
api-ref/build
|