diff options
author | unknown <joerg@mysql.com> | 2004-11-05 15:50:53 +0100 |
---|---|---|
committer | unknown <joerg@mysql.com> | 2004-11-05 15:50:53 +0100 |
commit | 00d05c1e6dce8528e51bf46badee1bcf73452055 (patch) | |
tree | 126fa59c953cf9a657c1ff93726b8c00f1b8577d /.bzrignore | |
parent | 43c6c27c905a47e062bfbf3e8908a8919d61b391 (diff) | |
download | mariadb-git-00d05c1e6dce8528e51bf46badee1bcf73452055.tar.gz |
Ensure that even the (relatively new) "mysql-test/Makefile.am" gets into the source tar-ball.
BitKeeper/etc/ignore:
Added mysql-test/mysql_test_run_new to the ignore list
mysql-test/Makefile.am:
All source files must be contained in their respective macros in order to be contained
in the DISTFILES macro so that they get included in the source file tar-ball.
"my_manage.h" was missing.
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 27fb593c662..1e89b903ac7 100644 --- a/.bzrignore +++ b/.bzrignore @@ -922,3 +922,4 @@ Docs/Images/mydsn-test-success.txt Docs/Images/mydsn-trace.txt Docs/Images/mydsn.txt Docs/Images/myflowchart.txt +mysql-test/mysql_test_run_new |