Skip to content

Commit

Permalink
ignore/types: add zig
Browse files Browse the repository at this point in the history
  • Loading branch information
schmee authored and BurntSushi committed Feb 8, 2019
1 parent de0bc78 commit f99b991
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ignore/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f99b991

Please sign in to comment.