summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbst-marge-bot <marge-bot@buildstream.build>2019-06-26 12:54:32 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2019-06-26 12:54:32 +0000
commite5662fa57bf38f4d8bb8408ee661e6263c0005cb (patch)
tree953da25ed674a96aba7cb3c841aa30c8e042fb06
parent590e694cca06adc30b6d364f744a0753829ba864 (diff)
parent7f686ad159da3425e3a4eab603d02c7eed811af4 (diff)
downloadbuildstream-e5662fa57bf38f4d8bb8408ee661e6263c0005cb.tar.gz
Merge branch 'chandan/fix-egg-info-gitignore' into 'master'
.gitignore: Fix path of .egg-info See merge request BuildStream/buildstream!1420
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e7b05fb84..32496ce76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,7 +18,7 @@ build
pip-wheel-metadata/
# Python egg metadata, regenerated from source files by setuptools.
-/src/*.egg-info
+*.egg-info
.eggs
# Some testing related things