diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-09-01 01:14:47 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-09-01 01:14:47 +0000 |
| commit | 9ed4e4f096569935146d33687b8b831c85e98aec (patch) | |
| tree | ac9f5feff110beebdaaba4d0b2a314c22ba6aacd | |
| parent | e73afde84c382a6191d348aa0310e630909342d7 (diff) | |
| parent | 74ed3bcf5f866a2812ce253156f3b713dc249d63 (diff) | |
| download | nova-9ed4e4f096569935146d33687b8b831c85e98aec.tar.gz nova-9ed4e4f096569935146d33687b8b831c85e98aec.tar.xz nova-9ed4e4f096569935146d33687b8b831c85e98aec.zip | |
Merge "Clear up the .gitignore file"
| -rw-r--r-- | .gitignore | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore index 201255f3d..51ab4183a 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/* |
