view .hgignore @ 270:f4d6ae912a08 default tip

Correct typos in the doc-strings
author Eugenio Gianniti <eugenio.gianniti@mail.polimi.it>
date Thu, 14 Aug 2014 17:55:32 +0200
parents ab837739eefb
children
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$
(^|/).*\.backup$
(^|/).*\.aux$
(^|/).*\.bbl$
(^|/).*\.blg$
(^|/).*\.vtu$
(^|/).*\.pvd$
(^|/).*\.log$
(^|/).*\.out$
(^|/).*\.toc$
(^|/).*\.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
(^|/)~.*