2019-04-15 17:07:42 +00:00
|
|
|
# compiled source #
|
|
|
|
###################
|
|
|
|
*.com
|
|
|
|
*.class
|
|
|
|
*.dll
|
|
|
|
*.exe
|
|
|
|
*.o
|
|
|
|
*.so
|
2019-11-14 18:20:42 +00:00
|
|
|
|
2019-04-15 17:07:42 +00: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
|
2019-11-14 18:20:42 +00:00
|
|
|
|
2019-04-15 17:07:42 +00:00
|
|
|
# Logs and databases #
|
|
|
|
######################
|
|
|
|
*.log
|
|
|
|
*.sql
|
|
|
|
*.sqlite
|
2019-11-14 18:20:42 +00:00
|
|
|
|
2019-04-15 17:07:42 +00:00
|
|
|
# OS generated files #
|
|
|
|
######################
|
|
|
|
.DS_Store
|
|
|
|
.DS_Store?
|
|
|
|
._*
|
|
|
|
.Spotlight-V100
|
|
|
|
.Trashes
|
|
|
|
ehthumbs.db
|
|
|
|
Thumbs.db
|
2019-11-14 18:20:42 +00:00
|
|
|
|
2019-04-15 17:07:42 +00:00
|
|
|
# codekit #
|
|
|
|
###########
|
|
|
|
.sass-cache/
|
|
|
|
.codekit-config.json
|
|
|
|
config.codekit
|
|
|
|
|
|
|
|
# ctags #
|
|
|
|
#########
|
|
|
|
tags
|
2022-09-28 18:28:45 +00:00
|
|
|
tags.lock
|
|
|
|
tags.temp
|
2020-02-20 22:13:32 +00:00
|
|
|
|
|
|
|
# Python stuff #
|
|
|
|
################
|
|
|
|
.mypy_cache/
|