forked from vhelin/wla-dx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
53 lines (45 loc) · 981 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
* text=auto
*.txt text
*.c text
*.h text
*.md text
*.sh text eol=lf
*.bat text eol=crlf
makefile.msdos.* text eol=crlf
# bat-files usually works with LF, but Windows users might have a better
# editing time with notepad and CRLF, because nodepad is dumb with LF
# Only used for Sphinx/documentation
*.rst text
*.py text
*.html text
*.conf text
Linkfile text
linkfile text
Makefile text
makefile text
*.s text
*.i text
README text
INSTALL text
LICENSE text
CHANGELOG text
FILE_FORMATS text
# Legacy
SCOPTIONS text
amiga text
amigaos4 text
makefile.* text
smakefile text
scoptions.* text
smake.* text
historical/wlad_new/makefile.win32* text eol=crlf
# Is there any binary files in this repository?
# Better be safe.
*.exe binary
*.bin binary
*.gb binary
historical/makefiles/*make*.gb -binary
*.smc binary
*.sfc binary
*.o binary
*.lib binary