forked from fslaborg/Deedle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
39 lines (39 loc) · 924 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
bin
paket-files/
temp/
docs/output
docs/csharp/obj
docs/csharp/bin
src/Deedle/bin
src/Deedle/obj
src/Deedle.RProvider.Plugin/bin
src/Deedle.RProvider.Plugin/obj
*.suo
tests/Deedle.Tests/obj
tests/Deedle.Tests/bin
tests/Deedle.RPlugin.Tests/obj
tests/Deedle.RPlugin.Tests/bin
tests/Deedle.Documentation.Tests/obj
tests/Deedle.Documentation.Tests/bin
tests/Deedle.CSharp.Tests/obj
tests/Deedle.CSharp.Tests/bin
tests/Deedle.Tests.Console/obj
tests/Deedle.Tests.Console/bin
tests/Deedle.PerfTests/obj
tests/Deedle.PerfTests/bin
packages/*
*.vsp
TestResults.xml
TestResult.xml
*.VisualState.xml
*.bak
*.psess
*.ide
nuget/*.nuspec
tests/PerformanceTools/Deedle.PerfTest.Core/obj
tests/PerformanceTools/Deedle.PerfTest.Core/bin
tests/PerformanceTools/Deedle.PerfTest.Runner/obj
tests/PerformanceTools/Deedle.PerfTest.Runner/bin
tests/PerformanceTools/Deedle.PerfTest/obj
tests/PerformanceTools/Deedle.PerfTest/bin
.paket/paket.exe