comparison .hgignore @ 15838:009984ecf419 classdef

maint: periodic merge of default to classdef
author Michael Goffioul <michael.goffioul@gmail.com>
date Sun, 23 Dec 2012 13:00:02 -0500
parents 70bf9b6d47af
children dc76e3909d36
comparison
equal deleted inserted replaced
15576:6ea536cb7360 15838:009984ecf419
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$