-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitattributes
47 lines (44 loc) · 1008 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
# Set the default behavior, in case people don't have core.autocrlf set.
# Auto detect text files and perform LF normalization
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
# none
# Declare files that will always have CRLF line endings on checkout.
*.frm text eol=crlf
*.cls text eol=crlf
*.bas text eol=crlf
*.ctl text eol=crlf
*.vbp text eol=crlf
*.vbw text eol=crlf
*.mak text eol=crlf
*.vbg text eol=crlf
*.vb text eol=crlf
*.cs text eol=crlf
*.rc text eol=crlf
*.txt text eol=crlf
*.bat text eol=crlf
*.scc text eol=crlf
*.ps1 text eol=crlf
*.h text eol=crlf
*.manifest text eol=crlf
*.html text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.frx binary
*.png binary
*.jpg binary
*.bmp binary
*.ico binary
*.zip binary
*.dll binary
*.exe binary
*.ocx binary
*.tlb binary
*.res binary
*.exp binary
*.lib binary
*.xls binary
*.xlsm binary
*.doc binary
*.docx binary
*.syx binary