diff options
author | unknown <iggy@rolltop.ignatz42.dyndns.org> | 2006-09-13 14:15:22 -0400 |
---|---|---|
committer | unknown <iggy@rolltop.ignatz42.dyndns.org> | 2006-09-13 14:15:22 -0400 |
commit | fa0fdac4cd2e9be96ba4aad27acfb4a56d0a1759 (patch) | |
tree | a5549da01dbbcc2741363aee8facaa983f53dd8e /.bzrignore | |
parent | 40d292ad547947498380f910486ea48f3a3706dd (diff) | |
download | mariadb-git-fa0fdac4cd2e9be96ba4aad27acfb4a56d0a1759.tar.gz |
These bitKeeper changes will allow Windows to be used as a primary development platform.
BitKeeper/etc/ignore:
Exclude files created during the Windows build process.
BitKeeper/triggers/post-commit:
post-commit trigger writes emails to file in the BitKeeper/tmp directory before sending in case of failure.
Now uses bk sendmail instead of hardcoded /usr/sbin/sendmail to send message.
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 68e8120fae0..12c56c69582 100644 --- a/.bzrignore +++ b/.bzrignore @@ -5,6 +5,7 @@ *.bbg *.bin *.core +*.cmake *.d *.da *.exe @@ -17,6 +18,7 @@ *.map *.o *.obj +*.old *.pch *.pdb *.reject @@ -25,11 +27,18 @@ *.so *.so.* *.spec +*.user +*.vcproj +*/debug/* +*/release/* +*/*.dir/* */*_pure_*warnings */.pure *~ .*.swp ./README.build-files +./CMakeCache.txt +./cmakecache.txt ./config.h ./copy_mysql_files.bat ./fix-project-files @@ -37,6 +46,9 @@ ./mysql.ncb ./mysql.sln ./mysql.suo +./MySql.ncb +./MySql.sln +./MySql.suo ./prepare .defs.mk .depend @@ -67,6 +79,7 @@ BitKeeper/tmp/bkr3sAHD BitKeeper/tmp/gone COPYING COPYING.LIB +CMakeFiles/* Docs/#manual.texi# Docs/INSTALL-BINARY Docs/Images/myaccess-odbc.txt @@ -1201,6 +1214,7 @@ support-files/MacOSX/postinstall support-files/MacOSX/preflight support-files/MacOSX/preinstall support-files/binary-configure +support-files/*.ini support-files/my-huge.cnf support-files/my-innodb-heavy-4G.cnf support-files/my-large.cnf @@ -1294,5 +1308,8 @@ vio/test-sslserver vio/viotest-ssl vio/viotest-sslconnect.cpp vio/viotest.cpp +win/configure.data +win/vs8cache.txt +win/vs71cache.txt zlib/*.ds? zlib/*.vcproj |