changeset 15395:2b72343ed9c4

hgignore: Update patterns to reflect directory changes to source tree. * hgignore: Update patterns to reflect directory changes to source tree.
author Rik <rik@octave.org>
date Sun, 16 Sep 2012 11:17:41 -0700
parents b99c52303d0b
children 7a009eea571a
files .hgignore
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore
+++ b/.hgignore
@@ -6,8 +6,8 @@
 # gnulib makes these silly backup files
 ^.*~
 
-# This one gets created by gnulib during the build, contains no Octave
-# files.
+# This directory gets created by gnulib during the build. 
+# It contains no Octave files.
 ^gnulib/
 
 # These directories mostly contain cruft during build time, but they
@@ -23,7 +23,7 @@
 (/|^)Makefile\.in$
 ^INSTALL$
 
-^aclocal\.m4
+^aclocal\.m4$
 ^build-.*($|/)
 ^configure$
 ^autom4te\.cache($|/)
@@ -37,8 +37,7 @@
 ^doc/\w*/version\.texi$
 ^doc/interpreter/images\.mk$
 
-# e.g. liboctave/smx-op-inc.mk
+# e.g. liboctave/operators/smx-op-inc.mk
 ^liboctave/operators/\w+-op-\w+\.mk$
-^liboctave/\w+-op-\w+\.mk$
 
 ^libinterp/dldfcn/module\.mk$