comparison .hgignore @ 15394: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 d9b955926a50
children 2024c70329df
comparison
equal deleted inserted replaced
15393:b99c52303d0b 15394:2b72343ed9c4
4 # project's top-level directory". 4 # project's top-level directory".
5 5
6 # gnulib makes these silly backup files 6 # gnulib makes these silly backup files
7 ^.*~ 7 ^.*~
8 8
9 # This one gets created by gnulib during the build, contains no Octave 9 # This directory gets created by gnulib during the build.
10 # files. 10 # It contains no Octave files.
11 ^gnulib/ 11 ^gnulib/
12 12
13 # These directories mostly contain cruft during build time, but they 13 # These directories mostly contain cruft during build time, but they
14 # do contain some Octave code, so we gotta be a bit more careful about 14 # do contain some Octave code, so we gotta be a bit more careful about
15 # what we ignore here 15 # what we ignore here
21 (^|/)semantic.cache$ 21 (^|/)semantic.cache$
22 22
23 (/|^)Makefile\.in$ 23 (/|^)Makefile\.in$
24 ^INSTALL$ 24 ^INSTALL$
25 25
26 ^aclocal\.m4 26 ^aclocal\.m4$
27 ^build-.*($|/) 27 ^build-.*($|/)
28 ^configure$ 28 ^configure$
29 ^autom4te\.cache($|/) 29 ^autom4te\.cache($|/)
30 ^config\.h\.in$ 30 ^config\.h\.in$
31 31
35 35
36 ^doc/\w*/stamp-vti$ 36 ^doc/\w*/stamp-vti$
37 ^doc/\w*/version\.texi$ 37 ^doc/\w*/version\.texi$
38 ^doc/interpreter/images\.mk$ 38 ^doc/interpreter/images\.mk$
39 39
40 # e.g. liboctave/smx-op-inc.mk 40 # e.g. liboctave/operators/smx-op-inc.mk
41 ^liboctave/operators/\w+-op-\w+\.mk$ 41 ^liboctave/operators/\w+-op-\w+\.mk$
42 ^liboctave/\w+-op-\w+\.mk$
43 42
44 ^libinterp/dldfcn/module\.mk$ 43 ^libinterp/dldfcn/module\.mk$