Skip to content

Commit 5fbc4fe

Browse files
ignore/types: fix Seed7 file extension
PR #3023
1 parent 004370b commit 5fbc4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ignore/src/default_types.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ pub(crate) const DEFAULT_TYPES: &[(&[&str], &[&str])] = &[
232232
(&["rust"], &["*.rs"]),
233233
(&["sass"], &["*.sass", "*.scss"]),
234234
(&["scala"], &["*.scala", "*.sbt"]),
235-
(&["seed7"], &["*.s7d", "*.s7i"]),
235+
(&["seed7"], &["*.sd7", "*.s7i"]),
236236
(&["sh"], &[
237237
// Portable/misc. init files
238238
".login", ".logout", ".profile", "profile",

0 commit comments

Comments
 (0)