diff options
author | Michael Widenius <monty@askmonty.org> | 2011-03-09 15:47:59 +0200 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2011-03-09 15:47:59 +0200 |
commit | 139a2b64bf8ec2e248656835e23a5c98ffc667a8 (patch) | |
tree | 7d77d6f1073f8090f275b30cb3f10254497da243 /.bzrignore | |
parent | b3f7eac5301529c2d069ebe4d0558980412af3a2 (diff) | |
parent | ce675406ca8dbc1532a908803a1371de8432d466 (diff) | |
download | mariadb-git-139a2b64bf8ec2e248656835e23a5c98ffc667a8.tar.gz |
Merge with 5.2
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/.bzrignore b/.bzrignore index 2ba5ecd583f..37e2c84c618 100644 --- a/.bzrignore +++ b/.bzrignore @@ -22,6 +22,7 @@ *.lai *.lib *.lo +*.manifest *.map *.o *.obj @@ -96,7 +97,8 @@ BitKeeper/tmp/gone BitKeeper/tmp BitKeeper/log BitKeeper/etc/SCCS -CMakeFiles/ +CMakeFiles/* +CMakeFiles COPYING COPYING.LIB Docs/#manual.texi# @@ -156,6 +158,7 @@ Makefile Makefile.in Makefile.in' PENDING/* +scripts/scripts TAGS ac_available_languages_fragment acinclude.m4 @@ -1224,9 +1227,11 @@ sql-bench/test-transactions sql-bench/test-wisconsin sql/*.cpp sql/*.ds? +sql/*.def sql/*.vcproj sql/.gdbinit sql/client.c +sql/cmake_dummy.cc sql/Doxyfile sql/f.c sql/gen_lex_hash @@ -1888,6 +1893,7 @@ vio/viotest.cpp win/configure.data win/vs71cache.txt win/vs8cache.txt +win/nmake_cache.txt ylwrap zlib/*.ds? zlib/*.vcproj @@ -1944,3 +1950,6 @@ libmysqld/sql_expression_cache.cc mysql-test/mtr_command scripts/convert-debug-for-diff plugin/handler_socket/client/hsclient +client/strings_def.h +libmysql/strings_def.h +libmysql_r/strings_def.h |