Updated Python headers files. Added .gitignore.

This commit is contained in:
Cédric Bonhomme 2015-12-23 21:33:05 +01:00
parent 173d65f8aa
commit 979c6277b0
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
13 changed files with 58 additions and 31 deletions

27
.gitignore vendored Normal file
View file

@ -0,0 +1,27 @@
# use glob syntax
syntax: glob
*.elc
*.pyc
*~
*.db
build/*
Stegano.egg-info/*
dist/*
# Emacs
eproject.cfg
# Temporary files (vim backups)
*.swp
# Log files:
*.log
# Vagrant:
.vagrant/
# Virtualenv
venv
build