diff options
author | kostja@bodhi.local <> | 2006-07-08 00:03:43 +0400 |
---|---|---|
committer | kostja@bodhi.local <> | 2006-07-08 00:03:43 +0400 |
commit | 96f4c10ddefb20a789bfa3d3941389d99bb371b1 (patch) | |
tree | 47e60d2a02072cfcda8df87b8ba847ca58b7588d /.bzrignore | |
parent | 7bf73ac3e5359e7d9282cdb65369bd4a5cafc882 (diff) | |
download | mariadb-git-96f4c10ddefb20a789bfa3d3941389d99bb371b1.tar.gz |
Cleanups: ignore more files.
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 7ea7f1ab7e2..d81f7c5f71c 100644 --- a/.bzrignore +++ b/.bzrignore @@ -20,11 +20,15 @@ *.res *.sbr *.so +*.so.* *.spec */*_pure_*warnings */.pure *~ .*.swp +*.Po +*.Plo +*.lai ./README.build-files ./config.h ./copy_mysql_files.bat @@ -41,6 +45,9 @@ .gdb_history .gdbinit .libs +client/.libs -prune +tests/.libs -prune +tools/.libs -prune .o .out .snprj/* |