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
.coverage
.nova-venv
.project
.pydevproject
.ropeproject
.tox
.venv
AUTHORS
Authors
CA/
ChangeLog
MANIFEST
build-stamp
build/*
CA/
ChangeLog
coverage.xml
cover/*
covhtml
dist/*
doc/source/api/*
doc/build/*
instances
keeper
keys
local_settings.py
MANIFEST
nosetests.xml
nova/tests/cover/*
nova/vcsversion.py
tools/conf/nova.conf*
*.log
*.mo
*.pyc
*.sqlite
*.DS_Store
*.egg*
*.sw[po]
.project
.pydevproject
doc/source/api/*
doc/build/*