forked from Qihoo360/evpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
106 lines (88 loc) · 2.7 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# Compiled Object files
*.slo
*.lo
*.o
*.d
# Compiled Dynamic libraries
*.so
*.dylib
# Compiled Static libraries
*.lai
*.la
*.a
# vim swp file
*.swp
*.VC.VC.opendb
vsprojects/Debug/
vsprojects/Release/
vsprojects/bin/
vsprojects/*.opensdf
vsprojects/*.sdf
vsprojects/*.suo
vsprojects/.vs/
vsprojects/libevpp.VC.db
vsprojects/evnsq-test.vcxproj.filters
vsprojects/enc_temp_folder/
vsprojects/evnsq-test.vcxproj.user
vsprojects/libevpp-test.vcxproj.user
*.vcxproj.user
test/evpp-test
examples/echo/*/simple_echo
examples/pingpong/client/pingpong_client
examples/pingpong/server/pingpong_server
core.*
*.out
*.orig
build
build-debug
build-release
build-win64
vcpkg-build-win64
vcpkg-build
apps/evnsq/evnsqtail/evnsqtail
apps/evnsq/test/evnsqtest
apps/evnsq.bak/
3rdparty/libevent-2.1.5-beta/.vs/
3rdparty/libevent-2.1.5-beta/Win32/
3rdparty/libevent-2.1.5-beta/libevent.VC.db
3rdparty/libevent-2.1.5-beta/*.dir/
3rdparty/libevent-2.1.5-beta/build/
3rdparty/libevent-release-2.1.7-rc/build/
3rdparty/libevent-release-2.1.7-rc/*.dir/
3rdparty/glog-0.3.4/Backup/
3rdparty/glog-0.3.4/Debug/
3rdparty/glog-0.3.4/Release/
3rdparty/glog-0.3.4/UpgradeLog.htm
3rdparty/glog-0.3.4/google-glog.VC.db
3rdparty/glog-0.3.4/vsprojects/libglog/libglog.vcxproj
3rdparty/glog-0.3.4/vsprojects/libglog/libglog.vcxproj.filters
3rdparty/glog-0.3.4/vsprojects/libglog_static/Debug/
3rdparty/glog-0.3.4/vsprojects/libglog_static/Release/
3rdparty/glog-0.3.4/vsprojects/libglog_static/libglog_static.vcxproj
3rdparty/glog-0.3.4/vsprojects/libglog_static/libglog_static.vcxproj.filters
3rdparty/glog-0.3.4/vsprojects/logging_unittest/logging_unittest.vcxproj
3rdparty/glog-0.3.4/vsprojects/logging_unittest/logging_unittest.vcxproj.filters
3rdparty/glog-0.3.4/vsprojects/logging_unittest_static/logging_unittest_static.vcxproj
3rdparty/glog-0.3.4/vsprojects/logging_unittest_static/logging_unittest_static.vcxproj.filters
3rdparty/glog-0.3.4/.vs/
3rdparty/glog-0.3.4/Backup1/
3rdparty/glog-0.3.4/UpgradeLog2.htm
3rdparty/astyle/
evpp/libevpp.so.1
evpp/libevpp.so.1.0
benchmark/throughput/asio/client
benchmark/throughput/asio/server
benchmark/throughput/evpp/example_pingpong_client
benchmark/throughput/evpp/example_pingpong_server
benchmark/throughput/asio/benchmark_tcp_asio_client
benchmark/throughput/asio/benchmark_tcp_asio_server
benchmark/throughput/libevent/benchmark_tcp_libevent_client
benchmark/throughput/libevent/benchmark_tcp_libevent_server
benchmark/ioevent/libevent/benchmark_ioevent_evpp
benchmark/ioevent/libevent/benchmark_ioevent_evpp_pipe_watcher
benchmark/ioevent/libevent/benchmark_ioevent_libevent
benchmark/ioevent/libevent/dat.t0
benchmark/ioevent/libevent/pingpong_bench
benchmark/ioevent/libevent/runbench.tmp
tools/a.sh
Win32/Debug/ZERO_CHECK