forked from daisy/pipeline1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
97 lines (93 loc) · 1.71 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
* text=auto
#
# Exceptions to the rule above
#
# These files are text and should be normalized (Convert crlf => lf)
*.adoc text
*.application text
*.conf text
*.cs text
*.css text
*.csv text
*.df text
*.dtd text
*.except text
*.htm text
*.html text
*.ini text
*.java text
*.js text
*.json text
*.jsp text
*.jspf text
*.manifest text
*.md text
*.MF text
*.mustache text
*.ncx text
*.nvdl text
*.opf text
*.paramGroup text
*.pef text
*.project text
*.properties text
*.res text
*.rng text
*.sch text
*.SchemaFactory text
*.smil text
*.sql text
*.svg text
*.tab text
*.taskScript text
*.textile text
*.tdf text
*.template text
*.tex text
*.tld text
*.tsv text
*.txt text
*.xml text
*.xsl text
*.xslt text
/.dir-locals.el text
test/org_pef_dtbook2pef/version text
test/org_pef_dtbook2pef/version2 text
test/org_pef_dtbook2pef/version3 text
# These files should always have Windows line endings
*.bat eol=crlf
# These files should always have Linux line endings
*.pl eol=lf
*.py eol=lf
*.sh eol=lf
*.tcl eol=lf
debian/control eol=lf
transformers/uk_rnib_odf2dtbook/odf2daisy eol=lf
# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.class binary
*.db binary
*.dll binary
*.docx binary
*.dot binary
*.ear binary
*.epub binary
*.exe binary
*.gif binary
*.ico binary
*.jar binary
*.jpg binary
*.jpeg binary
*.mp3 binary
*.odt binary
*.pdb binary
*.png binary
*.pyd binary
*.rtf binary
*.so binary
*.tree binary
*.war binary
*.wav binary
*.zip binary