diff options
author | Brendan Forster <brendan@github.com> | 2016-11-28 07:19:40 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-28 07:19:40 +1100 |
commit | 58d953f03f9b9eb2ec160fe320f9041141dc8b31 (patch) | |
tree | b0965aaf5e136de5ec1bdfb9474878f024407fdd | |
parent | 11e32acec1465997144fa996fdc0891530e3dc2d (diff) | |
parent | cb9eec421fb9a19c6393e32baef49a8ed86c1ddf (diff) | |
download | gitignore-58d953f03f9b9eb2ec160fe320f9041141dc8b31.tar.gz gitignore-58d953f03f9b9eb2ec160fe320f9041141dc8b31.zip |
Merge pull request #2202 from rolando-contribute/python-wheels-ignore
Ignore wheels directory.
-rw-r--r-- | Python.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |