From 355d15aee3c3e6120c1148ed679d1254e33dc7bd Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 5 Feb 2014 09:30:42 -0800 Subject: [PATCH] Ignore any egg and egg-info directories Running the tests installs pbr in a way that leaves a .egg directory in the source tree, so update the ignore file to ignore it. Change-Id: I7d702c9511992efc518195def0967bc0191d93a9 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d4c7957d1..9cc41b7a7 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,8 @@ ChangeLog *.log .tox .coverage -oslo.messaging.egg-info/ +*.egg-info/ +*.egg build/ doc/build/ doc/source/api/