comparison .hgignore @ 15765:70bf9b6d47af

maint: update .hgignore to reflect new libgnu/ structure
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Tue, 11 Dec 2012 15:40:02 -0500
parents 2024c70329df
children dc76e3909d36
comparison
equal deleted inserted replaced
15764:0a27a0e157a6 15765:70bf9b6d47af
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 ^libgnu/*
12 12
13 # These directories mostly contain cruft during build time, but they 13 # This directory mostly contains cruft during build time, but it does
14 # do contain some Octave code, so we gotta be a bit more careful about 14 # 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$|mk$)
17 ^m4/(?!ax_).+\.m4$ 16 ^m4/(?!ax_).+\.m4$
18 17
19 # Emacs tools create these 18 # Emacs tools create these
20 (^|/)TAGS$ 19 (^|/)TAGS$
21 (^|/)semantic.cache$ 20 (^|/)semantic.cache$