Revision 958055bb6e51acccd79d80e944d3bb19c31c0fcd authored by Alon Zakai on 26 October 2020, 16:26:38 UTC, committed by Alon Zakai on 26 October 2020, 16:26:38 UTC
1 parent f9d491b
Raw File
.gitignore
# 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
back to top