summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2014-02-05 09:30:42 -0800
committerDoug Hellmann <doug.hellmann@dreamhost.com>2014-02-05 09:32:25 -0800
commit355d15aee3c3e6120c1148ed679d1254e33dc7bd (patch)
treee5fd251aa9dfa42eceefd5c4ed9c3c7abac0a17d /.gitignore
parent84298bd04186ccf9cac4a0eb02bce41575b8ed1d (diff)
downloadoslo-messaging-355d15aee3c3e6120c1148ed679d1254e33dc7bd.tar.gz
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d4c7957..9cc41b7 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/