From f99b991117f4a2f26a28946c81c459b595b4d65e Mon Sep 17 00:00:00 2001
From: John Schmidt <3405586+schmee@users.noreply.github.com>
Date: Fri, 8 Feb 2019 14:12:40 +0100
Subject: [PATCH] ignore/types: add zig

PR #1191
---
 ignore/src/types.rs | 1 +
 1 file changed, 1 insertion(+)

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",