diff options
author | Sergei Petrunia <psergey@askmonty.org> | 2021-06-30 18:13:08 +0300 |
---|---|---|
committer | Sergei Petrunia <psergey@askmonty.org> | 2021-06-30 18:41:46 +0300 |
commit | eebe2090c848b5cedc5235473d80dbd2c25d2943 (patch) | |
tree | bd12d7d9809997b892437ef3b7341d330ee46147 /.gitignore | |
parent | a1e2ca057dda4dc434f057ce9391aa7afd9b5583 (diff) | |
parent | 4a6e2d343745c11086c05f0041a8267591bb073c (diff) | |
download | mariadb-git-eebe2090c848b5cedc5235473d80dbd2c25d2943.tar.gz |
Merge 10.3 -> 10.4
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c10f08b20d7..b3cbd1d430d 100644 --- a/.gitignore +++ b/.gitignore @@ -557,6 +557,9 @@ compile_commands.json # Clion && other JetBrains ides .idea +.cache/clangd + + client/mariadb client/mariadb-admin client/mariadb-binlog |