Clear up the .gitignore file

1.Remove duplicate items
2.Sort to alphabetical order
3.Remove "*.sw[po]" instead "*.swp" and "*.swo" for pass
bundling test.

Fixes: bug #1039898
Change-Id: Id8e03ecce6d2ab6d823a992a3a225b5ceb44aa80
This commit is contained in:
pyw 2012-08-22 15:07:23 +08:00
parent 0749ffc3be
commit 74ed3bcf5f
1 changed files with 14 additions and 14 deletions

28
.gitignore vendored
View File

@ -1,37 +1,37 @@
*.DS_Store
*.egg*
*.log
*.mo
*.pyc
*.swo
*.swp
*.sqlite
.autogenerated .autogenerated
.coverage .coverage
.nova-venv .nova-venv
.project .project
.pydevproject .pydevproject
.ropeproject
.tox .tox
.venv .venv
AUTHORS AUTHORS
Authors Authors
CA/
ChangeLog
MANIFEST
build-stamp build-stamp
build/* build/*
CA/
ChangeLog
coverage.xml coverage.xml
cover/* cover/*
covhtml covhtml
dist/* dist/*
doc/source/api/*
doc/build/*
instances instances
keeper keeper
keys keys
local_settings.py local_settings.py
MANIFEST
nosetests.xml nosetests.xml
nova/tests/cover/* nova/tests/cover/*
nova/vcsversion.py nova/vcsversion.py
tools/conf/nova.conf* tools/conf/nova.conf*
*.log
*.mo
*.pyc
*.sqlite
*.DS_Store
*.egg*
*.sw[po]
.project
.pydevproject
doc/source/api/*
doc/build/*