forked from microsoft/WindowsProtocolTestSuites
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
60 lines (49 loc) · 948 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
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
[attr]wintext text eol=crlf
* text=auto
# Default
*.* wintext
# Build Specifications
*.sln wintext
*.csproj wintext
# Sources (Managed)
*.cs wintext
*.ptfconfig wintext
*.opn wintext
*.asset wintext
*.metadata wintext
*.inf wintext
*.cdf wintext
*.vsmdi wintext
*.TestSettings wintext
# Sources (Script)
*.cmd wintext
*.bat wintext
*.sh wintext
*.vbs wintext
# Configuration
*.gitattributes wintext
*.gitignore wintext
#Binaries
*.exe binary
*.dll binary
*.obj binary
*.pdb binary
*.msi binary
*.cer binary
*.cat binary
*.sys binary
*.rdp binary
*.vhdx binary
*.vhds binary
*.avhdx binary
*.zip binary
*.ico binary
#Images (Binary)
*.png binary
*.jpg binary
*.bmp binary
*.pdf binary
*.jpeg binary