# 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 --git a/.hgignore b/.hgignore --- 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$