update .gitignore

This commit is contained in:
Mort Yao 2015-10-23 01:39:23 +02:00
parent a24ccfc2a5
commit 083f97aa35

85
.gitignore vendored
View File

@ -1,31 +1,82 @@
/build/ # Byte-compiled / optimized / DLL files
/dist/ __pycache__/
/MANIFEST
*.egg-info/
*.py[cod] *.py[cod]
*$py.class
_*/ # C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# 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.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/
# Translations
*.mo
*.pot
# Django stuff:
*.log
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# Misc
_* _*
*_ *_
README.html
*.bak README.rst
*.download
*.cmt.*
*.3gp *.3gp
*.asf *.asf
*.flv *.download
*.f4v *.f4v
*.flv
*.gif
*.jpg
*.lrc *.lrc
*.mkv *.mkv
*.mp3 *.mp3
*.mp4 *.mp4
*.mpg *.mpg
*.png
*.srt
*.ts *.ts
*.webm *.webm
*.srt *.xml
README.html
README.rst
*.DS_Store
*.swp
*~