diff options
author | joerg@mysql.com <> | 2004-12-30 14:03:19 +0100 |
---|---|---|
committer | joerg@mysql.com <> | 2004-12-30 14:03:19 +0100 |
commit | 8311f83f06836ff1bdee986090f26876dfd745ef (patch) | |
tree | ffb1778d170b1aaab1eec0035964526f51982c69 /.bzrignore | |
parent | 2f9c038ecfd09c37a2ce45a2307c2c627df5799a (diff) | |
download | mariadb-git-8311f83f06836ff1bdee986090f26876dfd745ef.tar.gz |
Clean up the handling of "server" and "client" directories, while still avoiding the double listing of
common directories in 'SUBDIRS' macro ("make distclean" had failed due to that).
Solves bug#7368: "regex make error in 4.1.8"
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 37f82b008f8..ee48342fd37 100644 --- a/.bzrignore +++ b/.bzrignore @@ -946,3 +946,5 @@ libmysqld/ha_tina.cc analyse.test client/mysqladmin.c mysql-4.1.8-win-src.zip +ndb/include/ndb_version.h +ndb/include/ndb_global.h |