From ab2e8190e7a632523d80983663a9bf21e6d5c650 Mon Sep 17 00:00:00 2001 From: Mridul Singhai <32460711+singhai0@users.noreply.github.com> Date: Thu, 11 Jan 2018 18:47:19 -0500 Subject: [PATCH] types: add Apache avro --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 124cfbe..0539958 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -100,6 +100,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("agda", &["*.agda", "*.lagda"]), ("asciidoc", &["*.adoc", "*.asc", "*.asciidoc"]), ("asm", &["*.asm", "*.s", "*.S"]), + ("avro", &["*.avdl", "*.avpr", "*.avsc"]), ("awk", &["*.awk"]), ("bitbake", &["*.bb", "*.bbappend", "*.bbclass", "*.conf", "*.inc"]), ("c", &["*.c", "*.h", "*.H"]),