-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitattributes
54 lines (51 loc) · 935 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
system/*.def text eol=crlf
system/lenguaje.* text eol=crlf
system/LENGUAJE.* text eol=crlf
help/help.div text eol=crlf
help/help.idx text eol=crlf
install/INS_TEXT.ASC binary
*.prg text eol=crlf
*.PRG text eol=crlf
*.doc text eol=crlf
*.lnk text eol=crlf
*.LNK text eol=crlf
*.c text eol=crlf
*.C text eol=crlf
*.cpp text eol=crlf
*.CPP text eol=crlf
*.h text eol=crlf
*.H text eol=crlf
*.hpp text eol=crlf
*.HPP text eol=crlf
*.asm text eol=crlf
*.ASM text eol=crlf
*.inc text eol=crlf
*.INC text eol=crlf
makefile text eol=crlf
makefile.* text eol=crlf
*.mif text eol=crlf
*.bat text eol=crlf
*.BAT text eol=crlf
# Don't mess with binary files
*.lib binary
*.LIB binary
*.exe binary
*.EXE binary
*.com binary
*.COM binary
*.pif binary
*.PIF binary
*.fpg binary
*.FPG binary
*.fnt binary
*.FNT binary
*.ifs binary
*.IFS binary
*.map binary
*.MAP binary
*.pal binary
*.PAL binary
*.pcm binary
*.PCM binary
*.wld binary
*.WLD binary