mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-15 18:28:31 +02:00
14 lines
107 B
Text
14 lines
107 B
Text
# use glob syntax
|
|
syntax: glob
|
|
|
|
*.elc
|
|
*.pyc
|
|
*~
|
|
*.png
|
|
*.db
|
|
|
|
# Temporary files (vim backups)
|
|
*.swp
|
|
|
|
|
|
build/*
|