-
Notifications
You must be signed in to change notification settings - Fork 12
/
.gitignore
62 lines (60 loc) · 1.42 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
54
55
56
57
58
59
60
61
62
/.history
/.vs
/bin
build
/lib
/_Base
/CMakeFiles
/bin/CMakeFiles
/libraries
/lib
/bin
/src/.pioenvs
/src/.vscode
/tests/.vscode
/tests/.pioenvs
.pioenvs
.piolibdeps
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
/test/.vscode
/test/lib/readme.txt
.DS_Store
/src/ark_cpp_client.vcxproj.filters
/src/ark_cpp_client.vcxproj
/src/ark_cpp_client.sln
/src/ALL_BUILD.vcxproj.filters
/src/ALL_BUILD.vcxproj
/Win32
/test/NightlyMemoryCheck.vcxproj.filters
/test/NightlyMemoryCheck.vcxproj
/test/Nightly.vcxproj.filters
/test/Nightly.vcxproj
/test/Experimental.vcxproj.filters
/test/Experimental.vcxproj
/test/Continuous.vcxproj.filters
/test/Continuous.vcxproj
/test/ark_cpp_client_tests.vcxproj.filters
/test/ark_cpp_client_tests.vcxproj
/test/Aark_cpp_client_tests.sln
/test/ALL_BUILD.vcxproj.filters
/test/ALL_BUILD.vcxproj
/_3rdParty
/ZERO_CHECK.vcxproj.filters
/ZERO_CHECK.vcxproj
/ark_cpp_client.sln
/ALL_BUILD.vcxproj.filters
/ALL_BUILD.vcxproj
/src/Win32
/examples/cmake_example/_3rdParty
/examples/cmake_example/bin
/examples/cmake_example/ZERO_CHECK.vcxproj.filters
/examples/cmake_example/ZERO_CHECK.vcxproj
/examples/cmake_example/ark_cpp_client_example.vcxproj.filters
/examples/cmake_example/ark_cpp_client_example.vcxproj
/examples/cmake_example/ark_cpp_client_example.sln
/examples/cmake_example/ALL_BUILD.vcxproj.filters
/examples/cmake_example/ALL_BUILD.vcxproj
/examples/cmake_example/Win32
compile_commands.json