From 74ed3bcf5f866a2812ce253156f3b713dc249d63 Mon Sep 17 00:00:00 2001 From: pyw Date: Wed, 22 Aug 2012 15:07:23 +0800 Subject: [PATCH] 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 --- .gitignore | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 201255f3d141..51ab4183a556 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/*