# HG changeset patch # User Rik # Date 1347819461 25200 # Node ID 2b72343ed9c43a5047632ed294d856bc881f8736 # Parent b99c52303d0bf22ca253adff218830d939973c4e hgignore: Update patterns to reflect directory changes to source tree. * hgignore: Update patterns to reflect directory changes to source tree. diff -r b99c52303d0b -r 2b72343ed9c4 .hgignore --- a/.hgignore Sat Sep 15 12:32:04 2012 -0700 +++ b/.hgignore Sun Sep 16 11:17:41 2012 -0700 @@ -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$