From cb9eec421fb9a19c6393e32baef49a8ed86c1ddf Mon Sep 17 00:00:00 2001 From: Rolando Espinoza Date: Sat, 26 Nov 2016 20:46:06 -0300 Subject: [PATCH] Ignore wheels directory. As eggs/ directory, wheels directory may contain compiled wheels. --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 6a2bf47a..9a05e2de 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -20,6 +20,7 @@ lib64/ parts/ sdist/ var/ +wheels/ *.egg-info/ .installed.cfg *.egg