ignore/types: add DITA (Darwin Information Typing Architecture)

Closes #2148
This commit is contained in:
chrispy
2022-02-20 14:53:16 -05:00
committed by Andrew Gallant
parent 7c83b90f95
commit a4e3d56de1
2 changed files with 2 additions and 1 deletions

View File

@@ -60,6 +60,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("devicetree", &["*.dts", "*.dtsi"]),
("dhall", &["*.dhall"]),
("diff", &["*.patch", "*.diff"]),
("dita", &["*.dita", "*.ditamap", "*.ditaval"]),
("docker", &["*Dockerfile*"]),
("dockercompose", &["docker-compose.yml", "docker-compose.*.yml"]),
("dts", &["*.dts", "*.dtsi"]),