From 0709e3ed6ad984504dca1f5b682aae8e37e4f1db Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Fri, 25 Jan 2019 12:31:14 -0500 Subject: [PATCH] Add pip-wheel-metadata to gitignore Not exactly sure where this new directory is coming from yet. It is created when running tox. Change-Id: I643146ac09d69a526f6dfecb7b6fdfbf727801aa --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 580e5c9..7cfaa92 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ var/ *.egg-info/ .installed.cfg *.egg +pip-wheel-metadata/ # PyInstaller # Usually these files are written by a python script from a template