summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Schmidt <3405586+schmee@users.noreply.github.com>2019-02-08 14:12:40 +0100
committerAndrew Gallant <jamslam@gmail.com>2019-02-08 08:12:40 -0500
commitf99b991117f4a2f26a28946c81c459b595b4d65e (patch)
tree25dfc6c47ef1f40b37e632da821a726ea449fd31
parentde0bc789828eb3a67cd85e1c32b2e8fe07fbfd77 (diff)
ignore/types: add zig
PR #1191
-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 7272611a..c04450cf 100644
--- a/ignore/src/types.rs
+++ b/ignore/src/types.rs
@@ -303,6 +303,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("xz", &["*.xz", "*.txz"]),
("yacc", &["*.y"]),
("yaml", &["*.yaml", "*.yml"]),
+ ("zig", &["*.zig"]),
("zsh", &[
".zshenv", "zshenv",
".zlogin", "zlogin",