-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitignore
54 lines (51 loc) · 917 Bytes
/
.gitignore
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
test/Driver.Test/bin/
test/Driver.Test/obj/
test/Driver.Test/doc/
test/Driver.Test/TestResults/
test/Benchmark/bin/
test/Benchmark/obj/
test/Benchmark/result/
test/Benchmark/Benchmark.csproj.user
test/Benchmark/Properties/
testEnvironments.json
coveragereport/
src/bin/
src/obj/
NugetPackTest/
examples/bin/
examples/obj/
examples/FrameWork45/Properties/
examples/FrameWork45/bin/
examples/FrameWork45/obj/
examples/NET6Examples/Properties/
examples/NET6Examples/bin/
examples/NET6Examples/obj/
examples/Properties/
examples/FrameWork45/FrameWork45.csproj.user
.vs
.config/
# User-specific files
*.rsuser
*.suo
*.user
*.userosscache
*.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Mono auto generated files
mono_crash.*
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/