-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy path.gitattributes
More file actions
136 lines (129 loc) · 2.34 KB
/
.gitattributes
File metadata and controls
136 lines (129 loc) · 2.34 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
ChangeLog.txt ident
# Auto detect text files and perform LF normalization
# Default
* text=auto
# These files are text and should be normalized (convert CRLF => LF)
*.1 text
*.api text
*.apl text
*.APL text
*.apw text
*.APW text
*.aph text
*.APH text
*.bas text
*.c text
*.cfg text
*.ch text
*.cpp text
*.css text
*.csv text
*.def text
*.dif text
*.h text
*.hb text
*.hbc text
*.hbm text
*.hbp text
*.hbx text
*.html text
*.in text
*.ini text
*.js text
*.log text
*.m text
*.md text
*.mft text
*.mk text
*.nsi text
*.pem text
*.po text
*.prg text
*.PRG text
*.prw text
*.PRW text
*.prx text
*.PRX text
*.prj text
*.PRJ text
*.ps1 text
*.py text
*.rb text
*.rc text
*.sav text
*.sfc text
*.spec text
*.sql text
*.sx text
*.tpl text
*.txt text
*.ucf text
*.vbs text
*.xml text
*.xsl text
*.y text
*.yml text
*.yyc text
*.yyh text
# text files with fixed EOL requirements
*.bat text eol=crlf
*.sh text eol=lf
*.lbc text eol=crlf
*.Lbc text eol=crlf
# Binary files
*.a binary
*.afm binary
*.bmp binary
*.dat binary
*.dbf binary
*.doc binary
*.docx binary
*.exe binary
*.fpt binary
*.frm binary
*.gif binary
*.icns binary
*.ico binary
*.jpg binary
*.lbl binary
*.lib binary
*.mdb binary
*.ng binary
*.odt binary
*.pdf binary
*.pfb binary
*.png binary
*.sq3 binary
*.tif binary
*.ttf binary
*.wav binary
*.xlsx binary
*.nppcrypt binary
# TOTEST:
#*.c text diff=cpp
#*.h text diff=cpp
#*.htm text diff=html
#*.html text diff=html
#*.m text diff=objc
#*.rb text diff=ruby
#*.php text diff=php
#*.ps1 text diff=powershell
#*.sql text diff=sql
# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union
# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain