forked from kilograham/b-em
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
58 lines (52 loc) · 828 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
55
56
57
58
# Auto detect text files and perform LF normalisation.
* text=auto
# Text files.
*.am text
*.c text
*.cc text
*.cpp text
*.h text
*.hpp text
*.in text
*.m text
*.m4 text
*.mak text
*.md text
*.mm text
*.pl text
*.txt text
*.user text
COPYING text
README text
README.* text
configure text
# Binary files.
*.bin binary
*.dat binary
*.dll binary
*.exe binary
*.ico binary
*.snd binary
*.wav binary
# Misc.
*.bat text eol=crlf
*.dsp text eol=crlf
*.dsw text eol=crlf
*.rc text eol=crlf
*.sln text eol=crlf filter=utf8bom
*.vcproj text eol=crlf filter=utf8bom
*.vcxproj text eol=crlf filter=utf8bom
*.vcxproj.filters text eol=crlf filter=utf8bom
# BBC files.
*.adl binary
*.dsd binary
*.hdf binary
*.img binary
*.rom binary
*.ssd binary
*.uef binary
discs/* binary
roms/* binary
tapes/* binary
roms/README.md text
utils/* text