-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
23 lines (23 loc) · 847 Bytes
/
.gitignore
File metadata and controls
23 lines (23 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/build/
.vscode/
.vs
x64
Release
Debug
*.vcproj.user
*.vcxproj.user
test/samples/client/build/automated_test_release/
test/experimental/test_co_await/HISTORY/
samples/http_server/build/default_log.txt
samples/http_server_handlers/build/default_log.txt
samples/tcp_client/build/default_log.txt
samples/http_server_handlers/build/http_server_handlers.vcxproj.filters
samples/http_server/build/http_server.vcxproj.filters
samples/tcp_client/build/tcp_client.vcxproj.filters
samples/tcp_client_handlers/build/default_log.txt
samples/tcp_client_handlers/build/tcp_client.vcxproj.filters
samples/tcp_server/build/default_log.txt
samples/tcp_server/build/tcp_server.vcxproj.filters
samples/tcp_server_handlers/build/default_log.txt
samples/tcp_server_handlers/build/tcp_server_handlers.vcxproj.filters
test/experimental/http_server/build/default_log.txt