Skip to content

Commit 9eddb71

Browse files
authored
ignore/types: add CUDA
Fixes BurntSushi#1918
1 parent abf1152 commit 9eddb71

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
@@ -46,6 +46,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
4646
("cshtml", &["*.cshtml"]),
4747
("css", &["*.css", "*.scss"]),
4848
("csv", &["*.csv"]),
49+
("cuda", &["*.cu", "*.cuh"]),
4950
("cython", &["*.pyx", "*.pxi", "*.pxd"]),
5051
("d", &["*.d"]),
5152
("dart", &["*.dart"]),

0 commit comments

Comments
 (0)