From 580c4429e8f9d49a08e8ee3182ffaec13635ddc9 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Tue, 20 Aug 2019 02:37:23 +0200 Subject: [PATCH] Add `pip-wheel-metadata` folder to `.gitignore` (#2941) --- .gitignore | 1 + changelog.d/2941.misc.rst | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog.d/2941.misc.rst diff --git a/.gitignore b/.gitignore index ba29f5881..7f45b422d 100644 --- a/.gitignore +++ b/.gitignore @@ -57,6 +57,7 @@ parts/ sdist/ var/ wheels/ +pip-wheel-metadata/ *.egg-info/ .installed.cfg *.egg diff --git a/changelog.d/2941.misc.rst b/changelog.d/2941.misc.rst new file mode 100644 index 000000000..0b2b4bf95 --- /dev/null +++ b/changelog.d/2941.misc.rst @@ -0,0 +1 @@ +Add `pip-wheel-metadata` folder to `.gitignore` file - pip creates it when installing Red in venv \ No newline at end of file