blob: 54d99d015cdf4396de2f4906363535b2bf034d83 [file] [log] [blame]
# Config file
.emscripten
.emscripten_backup
# vim/emacs temporary/backup files
*~
*.swp
# Compiled python files
*.pyc
# Default emscripten cache
/cache
# Ignore only the root node_modules, but not any further down the path
/node_modules/
# Python coverage tool output
.coverage*
tools/coverage/
htmlcov/
coverage.xml
# Files generated by test code (TODO: generate these elsewhere and remove)
tests/freetype/objs/*.o
tests/freetype/objs/*.lo
third_party/lzma.js/lzip/*.o
third_party/lzma.js/lzma-native
third_party/lzma.js/lzma-native.exe
.DS_Store