diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 42bc6316..d6deb2bf 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -152,6 +152,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("go", &["*.go"]), ("gzip", &["*.gz", "*.tgz"]), ("groovy", &["*.groovy", "*.gradle"]), + ("gradle", &["*.gradle"]), ("h", &["*.h", "*.hpp"]), ("hbs", &["*.hbs"]), ("haskell", &["*.hs", "*.lhs", "*.cpphs", "*.c2hs", "*.hsc"]),