-
Notifications
You must be signed in to change notification settings - Fork 333
/
.gitattributes
75 lines (72 loc) · 1.87 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
# Common Git rules for JMRI/JMRI repository
#
# See also the JMRI/website repository file of the same name
#
# Initially from https://github.com/Danimoth/gitattributes/blob/master/Java.gitattributes
# see also http://adaptivepatchwork.com/2012/03/01/mind-the-end-of-your-line/
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
* text=auto
#
# The above will handle all files NOT found below
#
# These files are text and should be normalized (Convert crlf => lf)
# This list should be kept consistent with the one in the build.xml ant "fixlineends" target
#
*.csh text
*.css text
*.df text
*.dtd text
*.htm text
*.html text
*.java text
*.js text
*.json text
*.jsp text
*.jspf text
*.md text
*.php text
*.pl text
*.plist text
*.policy text
*.prefs text
*.properties text
*.project text
*.py text
*.sh text
*.shtml text
*.svg text
*.tld text
*.txt text
*.xml text
*.xsd text
*.xsl text
COPYING text
Footer text
README text
Header text
Sidebar text
TODO text
.classpath text
# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.app binary
*.bat binary
*.class binary
*.dll binary
*.dylib binary
*.ear binary
*.gif binary
*.GIF binary
*.ico binary
*.jar binary
*.jnilib binary
*.jpg binary
*.jpeg binary
*.pdf binary
*.png binary
*.so binary
*.vsd binary
*.war binary
*.wav binary
*.zip binary