forked from percona/percona-xtradb-cluster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
50 lines (44 loc) · 1.6 KB
/
.gitattributes
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
.gitattributes export-ignore
.gitignore export-ignore
# All MySQL code is auto-formatted using clang-format.
*.c filter=codeformat
*.cc filter=codeformat
*.cpp filter=codeformat
*.h filter=codeformat
*.hpp filter=codeformat
*.i filter=codeformat
*.ic filter=codeformat
*.js filter=codeformat
# Third-party code.
/extra/** !filter
/internal/extra/** !filter
/include/boost_*/** !filter
/plugin/innodb_memcached/daemon_memcached/** !filter
/plugin/innodb_memcached/innodb_memcache/cache-src/** !filter
/internal/plugin/keyring_okv/okv_client_sdk/** !filter
/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/windeps/** !filter
# RQG combination files have the .cc extension, but they are not C++ files.
/internal/rqg_grammars/**/*.cc !filter
# Generated from lex/yacc.
/storage/innobase/fts/fts0blex.cc !filter
/storage/innobase/fts/fts0pars.cc !filter
/storage/innobase/fts/fts0tlex.cc !filter
/storage/innobase/include/fts0blex.h !filter
/storage/innobase/include/fts0pars.h !filter
/storage/innobase/include/fts0tlex.h !filter
/storage/innobase/pars/lexyy.cc !filter
/storage/innobase/pars/pars0grm.cc !filter
# Other autogenerated files. The generators should eventually be updated.
/strings/uca900_data.h !filter
/strings/uca900_ja_data.h !filter
/strings/uca_data.h !filter
/internal/meb/meb/mysqloption_list.cpp !filter
# Some NDB source is currently exempt
/storage/ndb/clusterj/** !filter
/storage/ndb/include/** !filter
/storage/ndb/memcache/** !filter
/storage/ndb/ndbapi-examples/** !filter
/storage/ndb/nodejs/** !filter
/storage/ndb/src/** !filter
/storage/ndb/test/** !filter
/storage/ndb/tools/** !filter