BJ Hargrave | 5974677 | 2011-09-28 15:47:49 -0400 | [diff] [blame] | 1 | # Text files with LF eol |
BJ Hargrave | 7cc4eea | 2011-10-10 15:01:33 -0400 | [diff] [blame] | 2 | *.awk crlf=input |
3 | *.bnd crlf=input | ||||
4 | *.c crlf=input ident | ||||
5 | *.conf crlf=input | ||||
6 | *.cpp crlf=input ident | ||||
7 | *.css crlf=input | ||||
8 | *.groovy crlf=input | ||||
9 | *.h crlf=input ident | ||||
10 | *.html crlf=input ident | ||||
11 | *.java crlf=input ident | ||||
12 | *.js crlf=input | ||||
13 | *.MF crlf=input | ||||
14 | *.php crlf=input | ||||
15 | *.pl crlf=input | ||||
16 | *.prefs crlf=input | ||||
17 | *.properties crlf=input | ||||
18 | *.py crlf=input | ||||
19 | *.schema crlf=input | ||||
20 | *.sh crlf=input | ||||
21 | *.tcl crlf=input | ||||
22 | *.txt crlf=input | ||||
23 | *.xml crlf=input | ||||
24 | *.xsd crlf=input ident | ||||
25 | *.xsl crlf=input | ||||
26 | *.xslt crlf=input | ||||
27 | .classpath crlf=input | ||||
28 | .project crlf=input | ||||
29 | packageinfo crlf=input | ||||
30 | Makefile crlf=input | ||||
BJ Hargrave | 5974677 | 2011-09-28 15:47:49 -0400 | [diff] [blame] | 31 | |
32 | # No EOL translation | ||||
33 | *.bat -crlf | ||||
34 | |||||
35 | # Binary. No EOL translation, no diff | ||||
36 | *.ico binary | ||||
37 | *.jpeg binary | ||||
38 | *.jpg binary | ||||
39 | *.png binary | ||||
40 | *.crt binary | ||||
41 | *.pdf binary | ||||
42 | *.dll binary | ||||
43 | *.jar binary | ||||
44 | *.jnilib binary | ||||
45 | *.so binary | ||||
46 | *.zip binary | ||||
47 | *.doc binary | ||||
48 | *.ppt binary | ||||
49 | *.xls binary | ||||
50 | *.odg binary | ||||
51 | *.odp binary | ||||
52 | *.ods binary | ||||
53 | *.odt binary | ||||
54 | *.otg binary | ||||
55 | *.otp binary | ||||
56 | *.ots binary | ||||
57 | *.ott binary | ||||
58 | *.key binary | ||||
59 | *.numbers binary | ||||
60 | *.pages binary |