forked from nightingale-media-player/nightingale-hacking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
65 lines (60 loc) · 825 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
59
60
61
62
63
64
# Autodetect text files
* text=lf
# Overrides
# Text files
*.txt text
*.c text
*.cpp text
*.h text
*.js text
*.jsm text
*.sh text
*.idl text
*.in text
*.sql lf
*.css text
*.xul text
*.xml text
*.config text
# Windows files...
*.bat eol=crlf
*.def eol=crlf
*.exp eol=crlf
*.vcproj eol=crlf
*.vcxproj* eol=crlf
*.vsprops eol=crlf
*.props eol=crlf
*.dsp eol=crlf
*.dsw eol=crlf
*.sln eol=crlf
*.rc eol=crlf
*/VS20*/* eol=crlf
*/win32/* eol=crlf
*/vstudio/* eol=crlf
*.win32 eol=crlf
tools/win32/* eof=crlf
# Binaries
*.a binary
*.o binary
*.so binary
*.dll binary
*.exe binary
*.obj binary
*.lib binary
*.svg binary
*.tar binary
*.xz binary
*.bz2 binary
*.gz binary
*.zip binary
*.bmp binary
*.png binary
*.jpg binary
*.mp3 binary
*.mp4 binary
*.m4a binary
*.wma binary
*.wmv binary
*.wav binary
*.flac binary
*.ogg binary