diff options
author | Monty <monty@mariadb.org> | 2014-08-03 15:16:56 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2014-08-09 13:22:01 +0300 |
commit | 7375f025ee9cd39909c1ec5529ca8c4007b92368 (patch) | |
tree | cf5ed8978edf5c2a0137d56ce0c45017006a0af7 /.gitignore | |
parent | b4c74e2ab4c3676dd081421649de83ee0fb0f63c (diff) | |
download | mariadb-git-7375f025ee9cd39909c1ec5529ca8c4007b92368.tar.gz |
Changes for using build scripts
Removed -DSECURITY_HARDENED=OFF for debug build scripts
ignore configure
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e283abf39f9..3a3733470fc 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ Makefile TAGS Testing/ VERSION.dep +configure client/async_example client/mysql client/mysql_plugin |