Revision def1a97e075acb5fd23284d1a862e778366cf8ad authored by Alon Zakai on 23 July 2014, 20:37:48 UTC, committed by Alon Zakai on 23 July 2014, 20:37:48 UTC
1 parent e540fcf
Raw File
.gitignore
# vim/emacs temporary/backup files
*~
*.swp

*.diff
*.pyc
*.bc
src/relooper*.js

node_modules/

# Ignore generated files
src/relooper.js
src/relooper.js.raw.js
src/relooper/*.o
src/relooper/*.out

tests/fake/
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
back to top