forked from sysown/proxysql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
131 lines (103 loc) · 1.92 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
# 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-*/
test/.vagrant
.DS_Store
proxysql-tests.ini
test/sqlite_history_convert
#heaptrack
heaptrack.*
#eclipse
.cproject
.project
.settings/
#vscode
.vscode/
#tap tests
*-t
test/tap/tests/galera_1_timeout_count
test/tap/tests/galera_2_timeout_no_count
test/tap/tests/setparser_test
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/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