diff --git a/ignore/src/types.rs b/ignore/src/types.rs index a9a9687e..cd5f9ec0 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -274,6 +274,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("twig", &["*.twig"]), ("vala", &["*.vala"]), ("vb", &["*.vb"]), + ("vhdl", &["*.vhd", "*.vhdl"]), ("vim", &["*.vim"]), ("vimscript", &["*.vim"]), ("wiki", &["*.mediawiki", "*.wiki"]),