aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAlan Kligman <ack@mozilla.com>2013-04-23 22:21:43 -0400
committerAlan Kligman <ack@mozilla.com>2013-04-25 00:58:25 -0400
commit89cfaa88967733b719b003806a8c7119f05b24ae (patch)
tree94c74de0669e06476ffaf5a792c07ea176db6b12 /.gitignore
parent98db4e5d734d61186add6db910ef18a52cda892a (diff)
Ignore lzma native binaries.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 843b21b1..34e0389c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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