forked from apache/jena
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
28 lines (20 loc) · 1.12 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
##
# Some tests require exact line endings
# GIT will by default override the line endings with the platform default
# So tell it not to for those files.
testing/RIOT/Lang/TrigStd/trig-subm-15.trig text eol=lf
testing/RIOT/Lang/TrigStd/trig-subm-16.trig text eol=lf
testing/RIOT/Lang/TurtleStd/turtle-subm-15.ttl text eol=lf
testing/RIOT/Lang/TurtleStd/turtle-subm-16.ttl text eol=lf
testing/RIOT/Lang/TrigStd/literal_with_LINE_FEED.trig text eol=lf
testing/RIOT/Lang/TurtleStd/literal_with_LINE_FEED.ttl text eol=lf
testing/RIOT/Lang/TurtleSubm/test-17.ttl text eol=lf
testing/RIOT/Lang/TurtleSubm/test-18.ttl text eol=lf
## The exact copies from rdf-tests-cg
testing/rdf-tests-cg/trig/trig-subm-15.trig text eol=lf
testing/rdf-tests-cg/trig/trig-subm-16.trig text eol=lf
testing/rdf-tests-cg/turtle/turtle-subm-15.ttl text eol=lf
testing/rdf-tests-cg/turtle/turtle-subm-16.ttl text eol=lf
testing/rdf-tests-cg/trig/literal_with_LINE_FEED.trig text eol=lf
testing/rdf-tests-cg/turtle/literal_with_LINE_FEED.ttl text eol=lf