summaryrefslogtreecommitdiffstats
path: root/examples/.gitignore
diff options
context:
space:
mode:
authorNick Terrell <terrelln@fb.com>2016-11-10 00:20:47 (GMT)
committerNick Terrell <terrelln@fb.com>2016-11-10 01:39:56 (GMT)
commit94917c9a04ce08fcdb6b465b4aff38d2d82053aa (patch)
tree4d762b18e40590e001f0579726160c6bb9367e96 /examples/.gitignore
parentbd88e4007b7e3eddd58e2c76c39b5bb650b5cb20 (diff)
downloadlz4-94917c9a04ce08fcdb6b465b4aff38d2d82053aa.zip
lz4-94917c9a04ce08fcdb6b465b4aff38d2d82053aa.tar.gz
lz4-94917c9a04ce08fcdb6b465b4aff38d2d82053aa.tar.bz2
Add dictionary random access example
Diffstat (limited to 'examples/.gitignore')
-rw-r--r--examples/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/.gitignore b/examples/.gitignore
index 4893866..3ceb90d 100644
--- a/examples/.gitignore
+++ b/examples/.gitignore
@@ -1,6 +1,7 @@
/Makefile.lz4*
/printVersion
/doubleBuffer
+/dictionaryRandomAccess
/ringBuffer
/ringBufferHC
/lineCompress