From a726d03641e081aa0f4c4a1b9f24f5a905fd5d04 Mon Sep 17 00:00:00 2001
From: jpe90 <eskinjp@gmail.com>
Date: Sun, 22 May 2022 20:08:45 -0400
Subject: [PATCH] ignore/types: add hare to default types

PR #2219
---
 crates/ignore/src/default_types.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index 47da7f71..7241495f 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -83,6 +83,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
     ("gzip", &["*.gz", "*.tgz"]),
     ("h", &["*.h", "*.hh", "*.hpp"]),
     ("haml", &["*.haml"]),
+    ("hare", &["*.ha"]),
     ("haskell", &["*.hs", "*.lhs", "*.cpphs", "*.c2hs", "*.hsc"]),
     ("hbs", &["*.hbs"]),
     ("hs", &["*.hs", "*.lhs"]),