diff options
author | Anel Husakovic <anel@mariadb.org> | 2020-10-29 01:40:31 +0100 |
---|---|---|
committer | Anel Husakovic <anel@mariadb.org> | 2021-03-27 10:42:39 +0100 |
commit | 6769d1a0782f140dcd12c9ced6fda34ac0e41d85 (patch) | |
tree | 496207894596a5fbd77a23ba313f8e15ff16b87e /.gitignore | |
parent | 48141f3c1787de941d969ad1e6675611b2b650c2 (diff) | |
download | mariadb-git-6769d1a0782f140dcd12c9ced6fda34ac0e41d85.tar.gz |
MDEV-13467: Feature request: Support for ST_Distance_Sphere()
- Cherry-pick 51e48b9f8981 - vscode gitignore
- Thanks Robin Dupret for the review.
Reviewed by:daniel@mariadb.org
holyfoot@mariadb.com
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8477515105b..00754884d3d 100644 --- a/.gitignore +++ b/.gitignore @@ -507,3 +507,13 @@ FakesAssemblies/ # QtCreator && CodeBlocks *.cbp +compile_commands.json +.clang-format +.kscope/ +.vimrc +.editorconfig +.kateconfig +*.kdev4 + +# Visual Studio Code workspace +.vscode/ |