summaryrefslogtreecommitdiffstats
path: root/ignore
diff options
context:
space:
mode:
authorKalle Samuels <charles@derkarl.org>2018-04-27 09:37:53 +0000
committerAndrew Gallant <jamslam@gmail.com>2018-07-21 16:26:39 -0400
commit1d09d4d31ba3ac2eb09edf31e8ec46b2b5cec388 (patch)
treef1f9696f5a37500d3b4ae0b6d6f452ab77a1d7b4 /ignore
parent02f08f3800611c214f8f51cd3bf8fcc9b24de331 (diff)
ripgrep: add support for lz4 decompression
This uses the lz4 binary for decompression. Closes #898
Diffstat (limited to 'ignore')
-rw-r--r--ignore/src/types.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ignore/src/types.rs b/ignore/src/types.rs
index 3f96f8e6..8ecbb2b0 100644
--- a/ignore/src/types.rs
+++ b/ignore/src/types.rs
@@ -193,6 +193,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("log", &["*.log"]),
("lua", &["*.lua"]),
("lzma", &["*.lzma"]),
+ ("lz4", &["*.lz4"]),
("m4", &["*.ac", "*.m4"]),
("make", &[
"gnumakefile", "Gnumakefile", "GNUmakefile",