comparison .hgignore @ 15410:2024c70329df

.hgignore: Ignore gnulib/gnulib.mk file. * .hgignore: Ignore gnulib/gnulib.mk file.
author Rik <rik@octave.org>
date Tue, 18 Sep 2012 10:38:40 -0700
parents 2b72343ed9c4
children 70bf9b6d47af
comparison
equal deleted inserted replaced
15409:c898dbe14e1d 15410:2024c70329df
2 # The recurrent (^|/) idiom in the regexps below should be understood 2 # The recurrent (^|/) idiom in the regexps below should be understood
3 # to mean "at any directory" while the ^ idiom means "from the 3 # to mean "at any directory" while the ^ idiom means "from the
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 directory gets created by gnulib during the build. 9 # This directory gets created by gnulib during the build.
10 # It contains no Octave 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
16 ^libgnu/.*\.([hc]$|sin$|valgrind$|charset$) 16 ^libgnu/.*\.([hc]$|sin$|valgrind$|charset$|mk$)
17 ^m4/(?!ax_).+\.m4$ 17 ^m4/(?!ax_).+\.m4$
18 18
19 # Emacs tools create these 19 # Emacs tools create these
20 (^|/)TAGS$ 20 (^|/)TAGS$
21 (^|/)semantic.cache$ 21 (^|/)semantic.cache$