changeset 103:d99739894a0b

.hgignore: Create from .bzrignore * .hgignore: Create from previous .bzrignore configuration. Update syntax and add libtool m4 files to the ignore list.
author Mike Miller <mtmiller@octave.org>
date Tue, 14 Apr 2015 07:21:31 -0400
parents 4e7307dd52a2
children 6450086b1934
files .bzrignore .hgignore
diffstat 2 files changed, 31 insertions(+), 26 deletions(-) [+]
line wrap: on
line diff
--- a/.bzrignore	Mon May 07 21:16:27 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-./aclocal.m4
-./autom4te.cache
-./bin
-./build
-./config.cache
-./config.guess
-./config.h
-./config.h.in
-./config.log
-./config.status
-./config.sub
-./configure
-./depcomp
-./.deps
-./install-sh
-./Jamfile
-./.libs
-./libtool
-./ltmain.sh
-./Makefile
-./Makefile.in
-./missing
-./project-root.jam
-./_pytave?la*
-./setup.py
-./stamp-h1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Tue Apr 14 07:21:31 2015 -0400
@@ -0,0 +1,31 @@
+syntax: regexp
+
+^aclocal.m4$
+^autom4te.cache$
+^bin$
+^build$
+^compile$
+^config.cache$
+^config.guess$
+^config.h$
+^config.h.in$
+^config.log$
+^config.status$
+^config.sub$
+^configure$
+^depcomp$
+^.deps$
+^install-sh$
+^Jamfile$
+^.libs$
+^libtool$
+^ltmain.sh$
+^m4/libtool.m4$
+^m4/lt.*\.m4$
+^Makefile$
+^Makefile.in$
+^missing$
+^project-root.jam$
+^_pytave?la*$
+^setup.py$
+^stamp-h1$