diff options
author | Pierre Renaux <pierre@talansoft.com> | 2013-11-06 18:47:26 +0800 |
---|---|---|
committer | Pierre Renaux <pierre@talansoft.com> | 2013-11-06 18:47:26 +0800 |
commit | 1e4e155f25751f87b7b246448f98644c5f5c535c (patch) | |
tree | 1465ac79c5e3df50a114959f96ffe9c12ca296d5 /.gitignore | |
parent | c4b07c9d429603e492657992f77ad982577d72d9 (diff) |
[thirdparty/lzma.js]: Fixed doit.sh so that it compiles on Windows using MingW's GCC & Bash ;
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,7 @@ src/relooper*.js node_modules/ -# Ignore generated files +# Ignore generated files src/relooper.js src/relooper.js.raw.js src/relooper/*.o @@ -18,3 +18,4 @@ tests/freetype/objs/*.lo third_party/lzma.js/lzip/*.o third_party/lzma.js/lzma-native +third_party/lzma.js/lzma-native.exe |