diff options
author | Alan Kligman <ack@mozilla.com> | 2013-04-23 22:21:43 -0400 |
---|---|---|
committer | Alan Kligman <ack@mozilla.com> | 2013-04-25 00:58:25 -0400 |
commit | 89cfaa88967733b719b003806a8c7119f05b24ae (patch) | |
tree | 94c74de0669e06476ffaf5a792c07ea176db6b12 /.gitignore | |
parent | 98db4e5d734d61186add6db910ef18a52cda892a (diff) |
Ignore lzma native binaries.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -10,4 +10,7 @@ src/relooper.js.raw.js src/relooper/*.o src/relooper/*.out -tests/fake/
\ No newline at end of file +tests/fake/ + +third_party/lzma.js/lzip/*.o +third_party/lzma.js/lzma-native |