view .hgignore @ 876:fabc22044c6b stable release-2.2.1

maint: release 2.2.1.
author Carnë Draug <carandraug@octave.org>
date Sat, 08 Mar 2014 01:11:47 +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
(^|/)~.*