summaryrefslogtreecommitdiffstats
path: root/ignore/src/types.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ignore/src/types.rs')
-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 e4a31a0a..47e9a765 100644
--- a/ignore/src/types.rs
+++ b/ignore/src/types.rs
@@ -196,6 +196,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
"OFL-*[0-9]*",
]),
("lisp", &["*.el", "*.jl", "*.lisp", "*.lsp", "*.sc", "*.scm"]),
+ ("lock", &["*.lock", "package-lock.json"]),
("log", &["*.log"]),
("lua", &["*.lua"]),
("lzma", &["*.lzma"]),