diff options
author | bst-marge-bot <marge-bot@buildstream.build> | 2019-06-26 12:54:32 +0000 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2019-06-26 12:54:32 +0000 |
commit | e5662fa57bf38f4d8bb8408ee661e6263c0005cb (patch) | |
tree | 953da25ed674a96aba7cb3c841aa30c8e042fb06 | |
parent | 590e694cca06adc30b6d364f744a0753829ba864 (diff) | |
parent | 7f686ad159da3425e3a4eab603d02c7eed811af4 (diff) | |
download | buildstream-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-- | .gitignore | 2 |
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 |