- Notifications
You must be signed in to change notification settings - Fork 4k
/
Copy path.gitattributes
39 lines (33 loc) · 1.2 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
.gitattributesexport-ignore
.gitignoreexport-ignore
# All MySQL code is auto-formatted using clang-format.
*.cfilter=codeformat
*.ccfilter=codeformat
*.cppfilter=codeformat
*.hfilter=codeformat
*.hppfilter=codeformat
*.ifilter=codeformat
*.icfilter=codeformat
*.jsfilter=codeformat
# Third-party code.
/extra/**!filter
/internal/extra/**!filter
/include/boost_*/**!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