33 lines
537 B
Plaintext
33 lines
537 B
Plaintext
###################################
|
|
# backup files
|
|
###################################
|
|
*~
|
|
*.swp
|
|
*.old
|
|
*.bck
|
|
|
|
###################################
|
|
# compiled files
|
|
###################################
|
|
*.pyc
|
|
|
|
###################################
|
|
# 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
|
|
|
|
|
|
###################################
|
|
# out folder
|
|
###################################
|
|
out/
|