summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorpyw <pengyuwei@gmail.com>2012-08-22 15:07:23 +0800
committerpyw <pengyuwei@gmail.com>2012-08-31 10:09:18 +0800
commit74ed3bcf5f866a2812ce253156f3b713dc249d63 (patch)
tree714ebe18f2e9258c20c4d4a438fa2edb07af0ecd /.gitignore
parent0749ffc3bedc66df7c82af2887c9839d240d0526 (diff)
downloadnova-74ed3bcf5f866a2812ce253156f3b713dc249d63.tar.gz
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore28
1 files changed, 14 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore
index 201255f3d1..51ab4183a5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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/*