This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
forked from sysown/proxysql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
112 lines (81 loc) · 1.37 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
# 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
# SQLITE files
*.db
*.db-shm
*.db-wal
#pidfile and errorlog
*.pid
*.log
*.err
#binary
src/proxysql
binaries/*deb
binaries/*rpm
tools/eventslog_reader_sample
#core
core
#config
proxysql.cnf*
proxysql.db*
jeprof*heap
perf.data*
notes.txt
architecture.txt
### DEPS
#jemalloc source
deps/jemalloc/jemalloc-3.6.0/
deps/jemalloc/jemalloc-4.1.0/
deps/jemalloc/jemalloc-4.2.1/
deps/jemalloc/jemalloc-4.3.1/
#libdaemon
deps/libdaemon/libdaemon-0.14/
#mariadb client library
deps/mariadb-client-library/mariadb_client-2.0.0-Linux-x86/
deps/mariadb-client-library/mariadb_client-2.0.0-Linux-x86_64/
deps/mariadb-client-library/mariadb_client-2.0.0-src/
deps/mariadb-client-library/mariadb-connector-c-2.1.0-src/
deps/mariadb-client-library/mariadb-connector-c-2.3.1/
#glib
deps/glib/glib-2.40.0/
#libevent
deps/libevent/libevent-2.0.22-stable/
#memcached
deps/memcached/memcached-1.4.20/
#libconfig
deps/libconfig/libconfig-1.4.9/
#re2
deps/re2/re2/
deps/pcre/pcre-8.39/
deps/pcre/pcre/
#protobuf
deps/protobuf/protobuf-2.6.1/
deps/sqlite3/sqlite-amalgamation-3150000/
test/.vagrant
.DS_Store
proxysql-tests.ini
#heaptrack
heaptrack.*