-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitattributes
37 lines (34 loc) · 922 Bytes
/
.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
# https://en.wikipedia.org/wiki/Code_page_437
# Code page 437 is the character set of the original IBM PC (personal computer), or DOS.
encoding=CP-437
# muLISP source files must remain CRLF
* text eol=crlf
*.avi binary
*.bash text eol=lf
*.bat text eol=crlf
*.bin binary
*.BIN binary
*.bmp binary
*.com binary
*.COM binary
*.csh text eol=lf
*.doc binary
*.gif binary
*.gz binary
*.ico binary
*.in text eol=lf
*.jpg binary
*.ksh text eol=lf
*.mov binary
*.mp4 binary
*.mwp binary
*.odt binary
*.png binary
*.res binary
*.sh text eol=lf
*.sys binary
*.SYS binary
*.tar binary
*.tgz binary
*.wav binary
*.zip binary