From 18af37dae1a5ac59116e55050e52d38758619ca0 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Fri, 16 Aug 2013 08:25:33 -0700 Subject: [PATCH] Conform .gitignore with other OpenStack projects. Change-Id: I4c73f1adac367b1746bcd26752e6e722c198b610 --- .gitignore | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 639821b..277898d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,44 @@ +*.py[cod] + +# C extensions +*.so + +# Packages +*.egg +*.egg-info dist build -*.egg-info +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg +lib +lib64 + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.testrepository +.tox +nosetests.xml + +# Translations +*.mo + +# Mr Developer +.mr.developer.cfg +.project +.pydevproject + +# OpenStack Generated Files AUTHORS ChangeLog + +# Editors +*~ +*.swp