diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-06-13 16:45:11 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-06-16 11:49:18 +0200 |
commit | 63027a5763b2b9550979366f9e7488b2d9328cc0 (patch) | |
tree | ab490079ed2de83d934a80cd21a8811a273f4344 /.gitignore | |
parent | f2c418079deff5fc0b460961094d8b833b4e30b4 (diff) | |
download | mariadb-git-63027a5763b2b9550979366f9e7488b2d9328cc0.tar.gz |
.gitignore
after 4461b0f9b30
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 932c666b74a..ac6fea03b4b 100644 --- a/.gitignore +++ b/.gitignore @@ -166,9 +166,9 @@ sql/mysql_tzinfo_to_sql sql/mysqld sql/sql_builtin.cc sql/sql_yacc.cc -sql/sql_yacc.h +sql/sql_yacc.hh sql/sql_yacc_ora.cc -sql/sql_yacc_ora.h +sql/sql_yacc_ora.hh storage/heap/hp_test1 storage/heap/hp_test2 storage/maria/aria_chk |