mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-16 18:48:30 +02:00
31 lines
236 B
Text
31 lines
236 B
Text
# use glob syntax
|
|
syntax: glob
|
|
|
|
*.elc
|
|
*.pyc
|
|
*~
|
|
*.db
|
|
|
|
.idea/
|
|
|
|
build/*
|
|
Stegano.egg-info/*
|
|
dist/*
|
|
|
|
docs/_build
|
|
|
|
# Emacs
|
|
eproject.cfg
|
|
|
|
# Temporary files (vim backups)
|
|
*.swp
|
|
|
|
# Log files:
|
|
*.log
|
|
|
|
# Vagrant:
|
|
.vagrant/
|
|
|
|
# Virtualenv
|
|
venv
|
|
build
|