diff --git a/ignore/src/types.rs b/ignore/src/types.rs index ed6e0d6..289821c 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -81,6 +81,7 @@ use {Error, Match}; const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("agda", &["*.agda", "*.lagda"]), + ("asciidoc", &["*.adoc", "*.asc", "*.asciidoc"]), ("asm", &["*.asm", "*.s", "*.S"]), ("awk", &["*.awk"]), ("c", &["*.c", "*.h", "*.H"]),