mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-14 01:38:31 +02:00
16 lines
133 B
Text
16 lines
133 B
Text
# use glob syntax
|
|
syntax: glob
|
|
|
|
*.elc
|
|
*.pyc
|
|
*~
|
|
*.png
|
|
*.db
|
|
|
|
# Temporary files (vim backups)
|
|
*.swp
|
|
|
|
|
|
build/*
|
|
Stegano.egg-info/*
|
|
dist/*
|