Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0ebb74bec79bc8fa48ea9b6782361249b6a35469 (plain) (blame)
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
# Text files with LF eol
#*.awk crlf=input
#*.bnd crlf=input
#*.c crlf=input ident
#*.conf crlf=input
#*.cpp crlf=input ident
#*.css crlf=input
#*.groovy crlf=input
#*.h crlf=input ident
#*.html crlf=input ident
#*.java crlf=input ident
#*.js crlf=input
#*.MF crlf=input
#*.php crlf=input
#*.pl crlf=input
#*.prefs crlf=input
#*.properties crlf=input
#*.py crlf=input
#*.schema crlf=input
#*.sh crlf=input
#*.tcl crlf=input
#*.txt crlf=input
#*.xml crlf=input
#*.xsd crlf=input ident
#*.xsl crlf=input
#*.xslt crlf=input
#.classpath crlf=input
#.project crlf=input
#packageinfo crlf=input
#Makefile crlf=input

# No EOL translation
*.bat -crlf

# Binary. No EOL translation, no diff
*.ico binary
*.jpeg binary
*.jpg binary
*.png binary
*.crt binary
*.pdf binary
*.dll binary
*.jar binary
*.jnilib binary
*.so binary
*.zip binary
*.doc binary
*.ppt binary
*.xls binary
*.odg binary
*.odp binary
*.ods binary
*.odt binary
*.otg binary
*.otp binary
*.ots binary
*.ott binary
*.key binary
*.numbers binary
*.pages binary

Back to the top