From f08ac04a27fe6bc2969252bcc4578d12f242f1f4 Mon Sep 17 00:00:00 2001 From: Roman Podolyaka Date: Sat, 18 May 2013 11:53:18 +0300 Subject: Migrate to pbr. openstack.common.setup and openstack.common.version are now in the standalone library pbr, so all projects using those two should migrate. Fixes bug 1179007. Change-Id: I7ac1c37f0bf148619dffff8f454db05fc192e471 --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6973696e..b237f413 100644 --- a/.gitignore +++ b/.gitignore @@ -11,8 +11,8 @@ cover *~ build dist -python_novaclient.egg-info AUTHORS ChangeLog novaclient/versioninfo -setuptools_git-*.egg/ +*.egg +*egg-info -- cgit v1.2.1