Skip to content

Commit d27fb86

Browse files
committed
Treat cram tests as text
1 parent f5f3db9 commit d27fb86

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitattributes

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
# Tell github that .re and .rei files are Reason
1+
# .re and .rei files are Reason
22
*.re linguist-language=Reason
33
*.rei linguist-language=Reason
44

5+
# mli/mly files are OCaml
6+
*.ml* text eol=lf linguist-language=OCaml
7+
8+
# Ignore cram test files
9+
*.t text eol=lf -linguist-detectable
10+
511
# Declare shell files to have LF endings on checkout
612
# On Windows, the default git setting for `core.autocrlf`
713
# means that when checking out code, LF endings get converted

0 commit comments

Comments
 (0)