audio/.gitignore

33 lines
537 B
Plaintext
Raw Permalink Normal View History

2015-02-04 21:07:33 +01:00
###################################
# backup files
###################################
*~
*.swp
*.old
*.bck
2015-02-05 21:33:12 +01:00
###################################
# compiled files
###################################
*.pyc
2015-02-04 21:07:33 +01:00
###################################
# Packages #
###################################
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
2015-02-05 21:33:12 +01:00
###################################
# out folder
###################################
out/