diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 7272611a6..c04450cf4 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",