forked from sergey-shandar/getboost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
53 lines (53 loc) · 1.12 KB
/
.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
builder/builder/obj/
builder/builder/bin/
test/ipch/
*.opensdf
*.sdf
test/packages/
test/test_atomic/Debug/
test/test_chrono/Debug/
test/test_coroutine/Debug/
test/test_system/Debug/
test/Debug/
test/test_date_time/Debug/
test/test_exception/Debug/
test/test_filesystem/Debug/
test/test_graph/Debug/
test/test_graph_parallel/Debug/
test/test_mpi/Debug/
test/test_regex/Debug/
test/test_serialization/Debug/
test/test_iostreams/Debug/
test/test_iostreams_bzip2/Debug/
test/test_iostreams_zlib/Debug/
test/test_locale/Debug/
test/test_locale_icu/Debug/
test/test_thread/Debug/
test/test_log/Debug/
test/test_log_event/Debug/
test/test_log_setup/Debug/
test/test_math/Debug/
test/test_mpi_python/Debug/
test/test_program_options/Debug/
test/test_python/Debug/
test/test_random/Debug/
test/test_signals/Debug/
test/test_smart_ptr/Debug/
*.tlog
*.lastbuildstate
*.idb
*.ipch
*.nupkg
test_vc110/packages/
*.unsuccessfulbuild
test/Release/
1
test_python/packages/
builder/builderTest/obj/
builder/packages/repositories.config
*.suo
/log.txt
/builder/packages/Framework.G1.1.0.13.0
/builder/packages/NuGet.CommandLine.2.8.3
/builder/builderTest/bin/Debug
.vs/