add distutils folders to gitignore

This commit is contained in:
Mikhail Korobov 2013-12-18 23:29:07 +06:00
parent 462e40acd0
commit 51f340e1b9
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -1,7 +1,9 @@
*.pyc
_trial_temp
_trial_temp*
dropin.cache
docs/build
*egg-info
.tox
venv
build
dist