Added global exclude list for bzr. Synchronized it with '.hgignore'.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 04 May 2010 23:05:28 +0300
changeset 72 a1c1239991de
parent 71 dcc8c2a63ec3
child 73 e938121eda62
Added global exclude list for bzr. Synchronized it with '.hgignore'.
.bazaar/ignore
.hgignore
Makefile
--- /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: