From 413178bc2c176f3e150b58b725c490ad243e6984 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Cantournet?= Date: Thu, 28 Sep 2017 18:07:07 +0200 Subject: [PATCH] Add support for Dockerfiles filtering --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index c0a9bc21..1312bb8a 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -123,6 +123,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("cython", &["*.pyx"]), ("dart", &["*.dart"]), ("d", &["*.d"]), + ("docker", &["*Dockerfile*"]), ("elisp", &["*.el"]), ("elixir", &["*.ex", "*.eex", "*.exs"]), ("elm", &["*.elm"]),