17 lines
235 B
Plaintext
Executable File
17 lines
235 B
Plaintext
Executable File
# OS junk
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor junk
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Foundry/LevelDB runtime lock and diagnostic files
|
|
**/LOCK
|
|
**/LOG
|
|
**/LOG.old
|
|
|
|
# Do NOT ignore *.log globally.
|
|
# LevelDB may use numbered .log files as part of the database.
|