Continued:
[jprojects-scripts.git] / .gitattributes
1 #
2 ### Distribute this file on all GIT projects!
3 #
4 # Autodetect text files
5 * text=auto
6
7 # Force the following filetypes to have unix eols, so Windows does not break them
8 *.* text eol=lf
9
10 # Force images/fonts to be handled as binaries
11 *.jpg binary
12 *.jpeg binary
13 *.gif binary
14 *.png binary
15 *.t3x binary
16 *.t3d binary
17 *.exe binary
18 *.data binary
19 *.ttf binary
20 *.eof binary
21 *.eot binary
22 *.swf binary
23 *.mov binary
24 *.mp4 binary
25 *.mp3 binary
26 *.ogg binary
27 *.flv binary
28 *.jar binary
29 *.pdf binary
30 *.woff* binary
31 *.otf binary
32 *.z binary
33 *.docx binary