-
Notifications
You must be signed in to change notification settings - Fork 981
/
.gitignore
146 lines (118 loc) · 2.57 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
144
145
146
# Object files
*.o
*.ko
*.oo
*.oo2
*.pyc
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
# gcov
*.gcda
*.gcno
callgrind.out.*
cachegrind.out.*
oldcode/tests/connect_speed
*.swp
*.sha1
# SQLITE files
*.db
*.db-shm
*.db-wal
*.db-journal
#pidfile and errorlog
*.pid
*.log
*.err
#binary
src/proxysql
src/*pem
binaries/*deb
binaries/*rpm
tools/eventslog_reader_sample
src/proxysql-save.cfg
proxysql-2.0.0/
docker/images/proxysql/rhel-compliant/rpmmacros
#core
core
#config
proxysql.cnf*
proxysql.db*
jeprof*heap
perf.data*
notes.txt
architecture.txt
#builddir
proxysql-2.*
### DEPS
deps/cityhash/cityhash-*/
deps/clickhouse-cpp/clickhouse-cpp-*/
deps/curl/curl-*/
deps/jemalloc/jemalloc-*/
deps/libconfig/libconfig-*/
deps/libdaemon/libdaemon-*/
deps/libev/libev-*/
deps/libhttpserver/libhttpserver-*/
deps/libinjection/libinjection-*/
deps/libmicrohttpd/libmicrohttpd-*/
deps/libmicrohttpd/libmicrohttpd
deps/libssl/openssl-openssl-*/
deps/libssl/openssl-*/
deps/lz4/lz4-*/
deps/mariadb-client-library/mariadb-connector-c-*/
deps/pcre/pcre-*/
deps/prometheus-cpp/prometheus-cpp-*/
deps/re2/re2-*/
deps/sqlite3/sqlite-amalgamation-*/
deps/coredumper/coredumper-*/
test/.vagrant
.DS_Store
proxysql-tests.ini
test/sqlite_history_convert
#heaptrack
heaptrack.*
#eclipse
.cproject
.project
.settings/
#vscode
.vscode/
# test deps
test/deps/mariadb-connector-c/mariadb-connector-c-*/
test/deps/mysql-connector-c/mysql-5.7.*/
test/deps/mysql-connector-c/mysql-boost-5.7.*.tar.gz
test/deps/mysql-connector-c-8.4.0/mariadb-connector-c-*/
test/deps/mysql-connector-c-8.4.0/mysql-8.4.*/
test/deps/mysql-connector-c-8.4.0/mysql-8.4.*.tar.gz
#tap tests
test/tap/tap/cpp-dotenv/cpp-dotenv-*
test/tap/tap/cpp-dotenv/static/cpp-dotenv-*
test/tap/tap/cpp-dotenv/dynamic/cpp-dotenv-*
*-t
test/tap/tests/galera_1_timeout_count
test/tap/tests/galera_2_timeout_no_count
test/tap/tests/setparser_test
test/tap/tests/setparser_test2
test/tap/tests/setparser_test3
test/tap/tests/reg_test_3504-change_user_libmariadb_helper
test/tap/tests/reg_test_3504-change_user_libmysql_helper
test/tap/tests/generate_set_session_csv
test/tap/tests/set_testing-240.csv
local_testing_datadir/
test/tap/tests_with_deps/deprecate_eof_support/fwd_eof_ok_query
test/tap/tests_with_deps/deprecate_eof_support/fwd_eof_query
test/cluster/node??/*
#files generated during CI run
proxysql-save.cfg
test/tap/tests/test_cluster_sync_config/cluster_sync_node_stderr.txt
test/tap/tests/test_cluster_sync_config/proxysql*.pem
test/tap/tests/test_cluster_sync_config/test_cluster_sync.cnf