diff options
author | kostja@bodhi.local <> | 2006-07-26 23:33:25 +0400 |
---|---|---|
committer | kostja@bodhi.local <> | 2006-07-26 23:33:25 +0400 |
commit | 73189969f358be1530a1421fe38ea5cd183cfe10 (patch) | |
tree | 9127bb933b3774974a321dce0ca111f0e8ac8991 /.bzrignore | |
parent | bea330494ce2ef65fcdb0c74c646af7df8a0d778 (diff) | |
parent | bd183d42dcf66432d2e8051e030919a4669eaf8c (diff) | |
download | mariadb-git-73189969f358be1530a1421fe38ea5cd183cfe10.tar.gz |
Merge bodhi.local:/opt/local/work/tmp_merge
into bodhi.local:/opt/local/work/mysql-5.1-runtime-merge
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 777700a202f..90e966390d2 100644 --- a/.bzrignore +++ b/.bzrignore @@ -1,4 +1,6 @@ *-t +*.Plo +*.Po *.a *.bb *.bbg @@ -12,6 +14,7 @@ *.gcov *.idb *.la +*.lai *.lib *.lo *.map @@ -23,6 +26,7 @@ *.res *.sbr *.so +*.so.* *.spec */*_pure_*warnings */.pure @@ -283,6 +287,7 @@ build_tags.sh client/#mysql.cc# client/*.ds? client/*.vcproj +client/.libs -prune client/completion_hash.cpp client/decimal.c client/insert_test @@ -578,6 +583,7 @@ libmysqld/sql_insert.cc libmysqld/sql_lex.cc libmysqld/sql_list.cc libmysqld/sql_load.cc +libmysqld/sql_locale.cc libmysqld/sql_manager.cc libmysqld/sql_map.cc libmysqld/sql_olap.cc @@ -1755,6 +1761,7 @@ test1/* test_xml tests/*.ds? tests/*.vcproj +tests/.libs -prune tests/client_test tests/connect_test tests/mysql_client_test @@ -1762,6 +1769,7 @@ thr_insert_test/* thr_test/* thread_test tmp/* +tools/.libs -prune tools/my_vsnprintf.c tools/mysqlmanager tools/mysqlmngd |