-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
81 lines (77 loc) · 1.25 KB
/
.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.asm text
*.awk text
*.bat text
*.c text
*.chk text
*.cmd text
*.cmp text
*.cpp text
*.ctl text
*.dat text
*.dbg text
*.def text
*.dlg text
*.dos text
*.emp text
*.eng text
*.esm text
*.fap text
*.fi text
*.fon text
*.for text
*.gml text
*.h text
*.hpp text
*.inc text
*.inf text
*.ini text
*.lnk text
*.mh text
*.mif text
*.msg text
*.pcd text
*.rc text
*.re text
*.sed text
*.sh text
*.sp text
*.ssl text
*.txt text
*.vbs text
*.vi text
*.y text
bootmake text
makefile text
# Declare files that will always have LF line endings on checkout.
*.eps text eol=lf
*.htm text eol=lf
*.html text eol=lf
*.ipf text eol=lf
*.ps text eol=lf
*.xml text eol=lf
*.xsl text eol=lf
# Declare files that will always have CRLF line endings on checkout.
# Denote all files that are truly binary and should not be modified.
*.bmp binary
*.chi binary
*.chm binary
*.cop binary
*.cur binary
*.dll binary
*.exe binary
*.gif binary
*.ico binary
*.lib binary
*.pch binary
*.pdf binary
*.png binary
*.res binary
*.rez binary
*.sym binary
*.uni binary
*.zip binary
unicode*.* binary