summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandan Singh <chandan@chandansingh.net>2019-06-25 21:59:46 +0100
committerChandan Singh <chandan@chandansingh.net>2019-06-26 10:17:38 +0000
commit7f686ad159da3425e3a4eab603d02c7eed811af4 (patch)
tree953da25ed674a96aba7cb3c841aa30c8e042fb06
parent590e694cca06adc30b6d364f744a0753829ba864 (diff)
downloadbuildstream-chandan/fix-egg-info-gitignore.tar.gz
.gitignore: Fix path of .egg-infochandan/fix-egg-info-gitignore
.egg-info directory is created next to setup.py and not inside the src directory, so restore its original path. This line was incorrectly modified as part of !1322.
-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