-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitignore
146 lines (135 loc) · 4.09 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# for win32
*.sdf
*.opensdf
*.pdb
#bin
Debug/
core.*
src/test/cppunit/easy_main
*.log
#libevent
dep/libevent/.deps/
dep/libevent/.libs/
dep/libevent/Makefile
dep/libevent/autom4te.cache/
dep/libevent/config.h
dep/libevent/config.status
dep/libevent/include/Makefile
dep/libevent/include/event2/event-config.h
dep/libevent/libevent.pc
dep/libevent/libevent_openssl.pc
dep/libevent/libevent_pthreads.pc
dep/libevent/libtool
dep/libevent/sample/.libs/
dep/libevent/sample/Makefile
dep/libevent/sample/dns-example
dep/libevent/sample/event-test
dep/libevent/sample/hello-world
dep/libevent/sample/http-server
dep/libevent/sample/le-proxy
dep/libevent/sample/signal-test
dep/libevent/sample/time-test
dep/libevent/stamp-h1
dep/libevent/test/.deps/
dep/libevent/test/.libs/
dep/libevent/test/Makefile
dep/libevent/test/bench
dep/libevent/test/bench_cascade
dep/libevent/test/bench_http
dep/libevent/test/bench_httpclient
dep/libevent/test/regress
dep/libevent/test/rpcgen-attempted
dep/libevent/test/test-changelist
dep/libevent/test/test-eof
dep/libevent/test/test-init
dep/libevent/test/test-ratelim
dep/libevent/test/test-time
dep/libevent/test/test-weof
#protobuf
dep/protobuf/config.h
dep/protobuf/config.status
dep/protobuf/gtest/Makefile
dep/protobuf/gtest/build-aux/config.h
dep/protobuf/gtest/build-aux/stamp-h1
dep/protobuf/gtest/config.status
dep/protobuf/gtest/fused-src/gtest/.deps/
dep/protobuf/gtest/libtool
dep/protobuf/gtest/samples/.deps/
dep/protobuf/gtest/scripts/gtest-config
dep/protobuf/gtest/src/.deps/
dep/protobuf/gtest/test/.deps/
dep/protobuf/libtool
dep/protobuf/protobuf-lite.pc
dep/protobuf/protobuf.pc
dep/protobuf/src/.deps/
dep/protobuf/src/.libs/
dep/protobuf/src/Makefile
dep/protobuf/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc
dep/protobuf/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.h
dep/protobuf/src/google/protobuf/unittest.pb.cc
dep/protobuf/src/google/protobuf/unittest.pb.h
dep/protobuf/src/google/protobuf/unittest_custom_options.pb.cc
dep/protobuf/src/google/protobuf/unittest_custom_options.pb.h
dep/protobuf/src/google/protobuf/unittest_embed_optimize_for.pb.cc
dep/protobuf/src/google/protobuf/unittest_embed_optimize_for.pb.h
dep/protobuf/src/google/protobuf/unittest_empty.pb.cc
dep/protobuf/src/google/protobuf/unittest_empty.pb.h
dep/protobuf/src/google/protobuf/unittest_import.pb.cc
dep/protobuf/src/google/protobuf/unittest_import.pb.h
dep/protobuf/src/google/protobuf/unittest_import_lite.pb.cc
dep/protobuf/src/google/protobuf/unittest_import_lite.pb.h
dep/protobuf/src/google/protobuf/unittest_import_public.pb.cc
dep/protobuf/src/google/protobuf/unittest_import_public.pb.h
dep/protobuf/src/google/protobuf/unittest_import_public_lite.pb.cc
dep/protobuf/src/google/protobuf/unittest_import_public_lite.pb.h
dep/protobuf/src/google/protobuf/unittest_lite.pb.cc
dep/protobuf/src/google/protobuf/unittest_lite.pb.h
dep/protobuf/src/google/protobuf/unittest_lite_imports_nonlite.pb.cc
dep/protobuf/src/google/protobuf/unittest_lite_imports_nonlite.pb.h
dep/protobuf/src/google/protobuf/unittest_mset.pb.cc
dep/protobuf/src/google/protobuf/unittest_mset.pb.h
dep/protobuf/src/google/protobuf/unittest_no_generic_services.pb.cc
dep/protobuf/src/google/protobuf/unittest_no_generic_services.pb.h
dep/protobuf/src/google/protobuf/unittest_optimize_for.pb.cc
dep/protobuf/src/google/protobuf/unittest_optimize_for.pb.h
dep/protobuf/src/protoc
dep/protobuf/src/unittest_proto_middleman
dep/protobuf/stamp-h1
dep/protobuf/Makefile
src/test/protobuf/add_person
src/test/protobuf/list_people
src/test/protobuf/person.txt
src/test/protobuf/protobuf_test
#jansson
dep/jansson/Makefile
dep/jansson/config.h
dep/jansson/config.status
dep/jansson/doc/Makefile
dep/jansson/jansson.pc
dep/jansson/libtool
dep/jansson/src/.deps/
dep/jansson/src/.libs/
dep/jansson/src/Makefile
dep/jansson/stamp-h1
dep/jansson/test/Makefile
dep/jansson/test/suites/Makefile
dep/jansson/test/suites/api/.deps/
dep/jansson/test/suites/api/Makefile