Updated .gitignore.

This commit is contained in:
Cédric Bonhomme 2017-05-13 17:34:50 +02:00
parent 0b7ba6a998
commit 4136f047ab
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

15
.gitignore vendored
View file

@ -6,14 +6,21 @@ syntax: glob
*~
*.db
.idea/
# Virtualenv
venv
build
# setuptools
build/*
Stegano.egg-info/*
dist/*
# tests
.coverage
.mypy_cache/
.cache/
# sphinx
docs/_build
# Emacs
@ -22,12 +29,10 @@ eproject.cfg
# Temporary files (vim backups)
*.swp
.idea/
# Log files:
*.log
# Vagrant:
.vagrant/
# Virtualenv
venv
build