
sort .gitignore using sort -V to create something more readable for future additions, instead of always appending to the end of the file. Change-Id: I7e5f0a792b5555a3c53f6da124572e0e3a7d7f9b
33 lines
323 B
Plaintext
33 lines
323 B
Plaintext
.autogenerated
|
|
.coverage
|
|
.nova-venv
|
|
.project
|
|
.pydevproject
|
|
.tox
|
|
.venv
|
|
AUTHORS
|
|
Authors
|
|
CA/
|
|
ChangeLog
|
|
MANIFEST
|
|
build-stamp
|
|
build/*
|
|
coverage.xml
|
|
cover/*
|
|
covhtml
|
|
dist/*
|
|
instances
|
|
keeper
|
|
keys
|
|
local_settings.py
|
|
nosetests.xml
|
|
nova/tests/cover/*
|
|
nova/vcsversion.py
|
|
tools/conf/nova.conf*
|
|
*.log
|
|
*.mo
|
|
*.pyc
|
|
*.sqlite
|
|
*.DS_Store
|
|
*.egg*
|