view .hgignore @ 837:f17bab055e35

Fix several warnings and errors on tests. * applylut.m, imadjust.m, imrotate.m : remove \ as continuation markers in %! test blocks, use 2 argument call to assert, adn create function handles instead of using inline(). * bweuler.m: use isbw (im, "non-logical"). * imsubtract.m: add check for warning about requesting signed integer results for unsigned input. * imresize.m: remove unecessary %!shared block and use normal %!test. * imerode.cc: fix call to convn with shape "same" to compare results.
author Carnë Draug <carandraug@octave.org>
date Tue, 12 Nov 2013 02:36:37 +0000
parents 4052cdf8d69f
children 2d9c2bd49177
line wrap: on
line source

syntax: regexp
# The recurrent (^|/) idiom in the regexps below should be understood
# to mean "at any directory" while the ^ idiom means "from the
# project's top-level directory".

(^|/).*\.dvi$
(^|/).*\.pdf$
(^|/).*\.o$
(^|/).*\.oct$
(^|/).*\.octlink$
(^|/)octave-core$
(^|/).*\.tar\.gz$

(^|/)aclocal\.m4$
(^|/)configure$
(^|/)autom4te\.cache($|/)

# e.g. doc/faq/OctaveFAQ.info
#      doc/interpreter/octave.info-4
^doc/.*\.info(-\d)?$

^doc/\w*/stamp-vti$
^doc/\w*/version\.texi$

# Emacs tools create these
(^|/)TAGS$
(^|/)semantic.cache$

# Other text editors often create these
(^|/)~.*