diff options
author | Sean Dague <sdague@linux.vnet.ibm.com> | 2012-07-05 16:14:18 -0400 |
---|---|---|
committer | Sean Dague <sdague@linux.vnet.ibm.com> | 2012-07-05 16:14:18 -0400 |
commit | 19269d8464dd055e6add1779041014e51e79ba08 (patch) | |
tree | 4ff1a122ebba3151dcaeb0c398886eb0eb8fc90f /.gitignore | |
parent | 6c1d7989d9bf4aea16758542e203cbbad2f7c6f0 (diff) | |
download | nova-19269d8464dd055e6add1779041014e51e79ba08.tar.gz |
sort .gitignore for readability
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 47 |
1 files changed, 23 insertions, 24 deletions
diff --git a/.gitignore b/.gitignore index cc9b93c949..94661beecd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,33 +1,32 @@ -*.pyc -*.DS_Store -local_settings.py -Authors +.autogenerated +.coverage +.nova-venv +.project +.pydevproject +.tox +.venv AUTHORS +Authors +CA/ ChangeLog MANIFEST -CA/ -keeper -instances -keys -build/* build-stamp -.nova-venv -.venv -.tox -*.sqlite -*.log -*.mo -nosetests.xml +build/* coverage.xml -tools/conf/nova.conf* cover/* +covhtml +dist/* +instances +keeper +keys +local_settings.py +nosetests.xml nova/tests/cover/* nova/vcsversion.py -.autogenerated -dist/* -.coverage -covhtml +tools/conf/nova.conf* +*.log +*.mo +*.pyc +*.sqlite +*.DS_Store *.egg* -.project -.pydevproject - |