Update gitignore

pull/1/head
miyakogi 2017-08-27 20:36:12 +09:00
parent 54760a125a
commit 6c23d65db3
1 changed files with 11 additions and 2 deletions

13
.gitignore vendored
View File

@ -15,8 +15,6 @@ dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
@ -24,6 +22,13 @@ var/
.installed.cfg
*.egg
# Virtualenv
bin/
lib/
lib64/
lib64
pyvenv.cfg
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
@ -57,3 +62,7 @@ docs/_build/
# PyBuilder
target/
# zsh-autoenv
.autoenv.zsh
.autoenv_leave.zsh