diff options
author | Sergei Golubchik <serg@mariadb.org> | 2017-03-31 15:25:35 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2017-03-31 18:17:53 +0200 |
commit | 31896aa6e21fd112b929350156b2995b4033506d (patch) | |
tree | 5a570904c91cf4e6c09c303c35d9e63e2b976a30 /.gitignore | |
parent | 9de7386f6f029985e65e02a1d98240f6808020aa (diff) | |
download | mariadb-git-31896aa6e21fd112b929350156b2995b4033506d.tar.gz |
put all aws_key_management plugin files into plugin/aws_key_management
that is, download AWS SDK there, not into the builddir root.
and .gitignore them all.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5d882f268ff..44832c99c6b 100644 --- a/.gitignore +++ b/.gitignore @@ -91,6 +91,9 @@ pcre/pcre_chartables.c pcre/pcregrep pcre/pcretest pcre/test*grep +plugin/aws_key_management/aws-sdk-cpp +plugin/aws_key_management/aws_sdk_cpp +plugin/aws_key_management/aws_sdk_cpp-prefix scripts/comp_sql scripts/make_binary_distribution scripts/msql2mysql |