summaryrefslogtreecommitdiffstats
path: root/ignore/src
diff options
context:
space:
mode:
authorJonathan Klimt <jounathaen@mail.de>2018-04-24 15:00:03 +0200
committerAndrew Gallant <jamslam@gmail.com>2018-04-24 09:00:03 -0400
commit1266de3d4c82f281642ba0f4b59827091a55c8fc (patch)
tree0b60383fb327a3909d699f2a3d9a68db3c2f9ad8 /ignore/src
parentbf51058eb27458c4f01d4cbf8bf4ee0d80fac61e (diff)
ignore/types: add verilog
Diffstat (limited to 'ignore/src')
-rw-r--r--ignore/src/types.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ignore/src/types.rs b/ignore/src/types.rs
index d021df3d..ffec23d4 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"]),