Skip to content

Commit

Permalink
ignore/types: add carp
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarte authored Nov 1, 2022
1 parent c032cda commit 65b1b0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/ignore/src/default_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("c", &["*.[chH]", "*.[chH].in", "*.cats"]),
("cabal", &["*.cabal"]),
("candid", &["*.did"]),
("carp", &["*.carp"]),
("cbor", &["*.cbor"]),
("ceylon", &["*.ceylon"]),
("clojure", &["*.clj", "*.cljc", "*.cljs", "*.cljx"]),
Expand Down

0 comments on commit 65b1b0e

Please sign in to comment.