Update .gitignore from https://github.com/github/gitignore keeping Vim and emacs cruft

This commit is contained in:
hugovk 2014-04-08 12:22:39 +03:00
parent 57d4efbeb8
commit e4b8cdac4c

59
.gitignore vendored
View File

@ -1,10 +1,56 @@
*.pyc # Byte-compiled / optimized / DLL files
*.egg-info __pycache__/
build *.py[cod]
dist
.tox # C extensions
*.so *.so
docs/_build
# Distribution / packaging
.Python
env/
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Rope
.ropeproject
# Django stuff:
*.log
*.pot
# Sphinx documentation
docs/_build/
# Vim cruft # Vim cruft
.*.swp .*.swp
@ -13,3 +59,4 @@ docs/_build
*~ *~
\#*# \#*#
.#* .#*