We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 542d609 commit 94b9106Copy full SHA for 94b9106
.gitattributes
@@ -2,12 +2,12 @@
2
* text=auto
3
4
# Quoted strings with newlines
5
-testsuite/internal.ml text eol=lf
+/testsuite/internal.ml text eol=lf
6
*.sh text eol=lf
7
8
# The use of symbolic links in some examples/ directories
9
# is problematic on Windows, see
10
# https://github.com/ocaml/ocamlbuild/pull/362
11
# Exclude these files from release archives.
12
-examples export-ignore
13
-samples export-ignore
+/examples export-ignore
+/samples export-ignore
0 commit comments