From f81b72721bcf73fa8c51aa4153d90884e7a0659f Mon Sep 17 00:00:00 2001 From: Simon Morgan Date: Fri, 7 Dec 2018 21:19:33 +0000 Subject: ignore/types: add ASP PR #1134 --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 6ec452aa..0085f66f 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -103,6 +103,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("amake", &["*.mk", "*.bp"]), ("asciidoc", &["*.adoc", "*.asc", "*.asciidoc"]), ("asm", &["*.asm", "*.s", "*.S"]), + ("asp", &["*.aspx", "*.aspx.cs", "*.aspx.cs", "*.ascx", "*.ascx.cs", "*.ascx.vb"]), ("avro", &["*.avdl", "*.avpr", "*.avsc"]), ("awk", &["*.awk"]), ("bazel", &["*.bzl", "WORKSPACE", "BUILD", "BUILD.bazel"]), -- cgit v1.2.3