diff --git a/ignore/src/types.rs b/ignore/src/types.rs index d021df3..ffec23d 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -275,6 +275,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("twig", &["*.twig"]), ("vala", &["*.vala"]), ("vb", &["*.vb"]), + ("verilog", &["*.v", "*.vh", "*.sv", "*.svh"]), ("vhdl", &["*.vhd", "*.vhdl"]), ("vim", &["*.vim"]), ("vimscript", &["*.vim"]),