Skip to content

Commit 94b9106

Browse files
committed
.gitattributes: Ensure only the toplevel occurrences of the selected files have their given attributes
1 parent 542d609 commit 94b9106

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitattributes

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
* text=auto
33

44
# Quoted strings with newlines
5-
testsuite/internal.ml text eol=lf
5+
/testsuite/internal.ml text eol=lf
66
*.sh text eol=lf
77

88
# The use of symbolic links in some examples/ directories
99
# is problematic on Windows, see
1010
# https://github.com/ocaml/ocamlbuild/pull/362
1111
# Exclude these files from release archives.
12-
examples export-ignore
13-
samples export-ignore
12+
/examples export-ignore
13+
/samples export-ignore

0 commit comments

Comments
 (0)