Added global exclude list for bzr. Synchronized it with '.hgignore'.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/.bazaar/ignore Tue May 04 23:05:28 2010 +0300
@@ -0,0 +1,11 @@
+*.a
+*.diff
+*.elc
+*.exe
+*.lib
+*.o
+*.obj
+*.patch
+*.py[co]
+*.so
+*~
--- a/.hgignore Mon May 03 20:49:29 2010 +0300
+++ b/.hgignore Tue May 04 23:05:28 2010 +0300
@@ -1,10 +1,10 @@
syntax: glob
-*.o
-*.obj
+*.a
+*.elc
*.exe
*.lib
-*.a
+*.o
+*.obj
+*.py[co]
*.so
-*.elc
-*.pyc
*~
--- a/Makefile Mon May 03 20:49:29 2010 +0300
+++ b/Makefile Tue May 04 23:05:28 2010 +0300
@@ -12,7 +12,7 @@
host_os = windows
endif
-ITEMS = .Xdefaults .bashrc .mailsign .xinitrc .mc .vimrc .inputrc .ssh .hgrc .hgignore
+ITEMS = .Xdefaults .bashrc .mailsign .xinitrc .mc .vimrc .inputrc .ssh .hgrc .hgignore .bazaar
.PHONY: install
install: