mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
It requires the fs-extra module, but that's considerably less to install than Python.
57 lines
608 B
Plaintext
57 lines
608 B
Plaintext
# Compiled source #
|
|
###################
|
|
*.com
|
|
*.class
|
|
*.dll
|
|
*.exe
|
|
*.o
|
|
*.so
|
|
|
|
# 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
|
|
|
|
# Logs and databases #
|
|
######################
|
|
*.log
|
|
*.sql
|
|
*.sqlite
|
|
|
|
# Temporary files #
|
|
##################3
|
|
*~
|
|
|
|
# OS generated files #
|
|
######################
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
Icon?
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Other #
|
|
#########
|
|
|
|
*.user
|
|
*.suo
|
|
*.sdf
|
|
*.opensdf
|
|
build/
|
|
docs/html
|
|
docs/latex
|
|
*.mo
|
|
bower_components
|
|
node_modules
|