diff .hgignore @ 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 .bzrignore@1427e0870812
children 00d19f71c9ca
line wrap: on
line diff
--- /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$