diff options
author | unknown <lenz@mysql.com> | 2002-05-03 20:13:30 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2002-05-03 20:13:30 +0200 |
commit | f34a7fc24f48b7dbe1329e62cd89d48d9c9dbc61 (patch) | |
tree | 37e86e0e2876a73236770f055db0efe7c3b1ae5d /.bzrignore | |
parent | 531d2a63eee5f02985a8b230c66a7b1b6721320c (diff) | |
download | mariadb-git-f34a7fc24f48b7dbe1329e62cd89d48d9c9dbc61.tar.gz |
Added "gnutar" to the TARs to check for, since this seems to be
how it's named on Mac OS X (thanks to Paul DuBois <paul@snake.net>
for the hint)
BitKeeper/etc/ignore:
Added mysql-4.0.2-alpha-pc-linux-gnu-i686.tar.gz mysql-4.0.2-alpha.tar.gz mysql-max-4.0.2-alpha-pc-linux-gnu-i686.tar.gz to the ignore list
configure.in:
Added "gnutar" to AC_CHECK_PROGS(TAR) for MacOS
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 497008d103a..b813694c805 100644 --- a/.bzrignore +++ b/.bzrignore @@ -464,3 +464,6 @@ Docs/safe-mysql.xml mysys/test_vsnprintf Docs/manual.de.log Docs/internals.info +mysql-4.0.2-alpha-pc-linux-gnu-i686.tar.gz +mysql-4.0.2-alpha.tar.gz +mysql-max-4.0.2-alpha-pc-linux-gnu-i686.tar.gz |