summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Morgan <drguildo@users.noreply.github.com>2018-12-07 21:19:33 +0000
committerAndrew Gallant <jamslam@gmail.com>2018-12-07 16:19:33 -0500
commitf81b72721bcf73fa8c51aa4153d90884e7a0659f (patch)
tree1171e99c959b549acd20673f74fbf80bc30826d0
parent1d4fccaadc0c5ec805202ff7d451f934fe696ca8 (diff)
ignore/types: add ASP
PR #1134
-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 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"]),