forked from dotnet/msbuild
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
80 lines (66 loc) · 1.19 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
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
[attr]wintext text eol=crlf
* text=auto
# Default
*.* wintext
# Build Specifications
*.sln wintext
*.props wintext
*.proj wintext
*.targets wintext
*.tasks wintext
*.overridetasks wintext
*.csproj wintext
*.rptproj wintext
*.vcxproj wintext
*.filters wintext
*.cd wintext
# Sources (Managed)
*.cs wintext
*.vb wintext
*.resx wintext
*.xaml wintext
*.config wintext
*.manifest wintext
*.txt wintext
*.tst wintext
# Sources (Web)
*.html wintext
*.css wintext
*.js wintext
# Sources (Native)
*.h wintext
*.cpp wintext
*.rc wintext
# Sources (Xml)
*.xml wintext
*.xsl wintext
*.xsd wintext
# Sources (Script)
*.cmd wintext
*.bat wintext
*.rsp wintext
*.sample wintext
# Sources (Binary)
*.doc binary
*.ico binary
*.appx binary
# Configuration
*.gitattributes wintext
*.gitignore wintext
#Binaries
*.exe binary
*.dll binary
*.obj binary
*.pdb binary
*.zip binary
*.chm binary
*.nupkg binary
*.lex binary
*.ocx binary
*.mui binary
#Images (Binary)
*.png binary
*.jpg binary