Skip to content

Commit 699e651

Browse files
authored
1 parent 9eddb71 commit 699e651

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/ignore/src/default_types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
226226
("taskpaper", &["*.taskpaper"]),
227227
("tcl", &["*.tcl"]),
228228
("tex", &["*.tex", "*.ltx", "*.cls", "*.sty", "*.bib", "*.dtx", "*.ins"]),
229+
("texinfo", &["*.texi"]),
229230
("textile", &["*.textile"]),
230231
("tf", &["*.tf"]),
231232
("thrift", &["*.thrift"]),

0 commit comments

Comments
 (0)