mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 03:06:14 +02:00
Updated Python headers files. Added .gitignore.
This commit is contained in:
parent
173d65f8aa
commit
979c6277b0
13 changed files with 58 additions and 31 deletions
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue