# HG changeset patch # User Carnë Draug # Date 1383716231 0 # Node ID 32a023fc678a5e687566de4f0fba310e7ab39b03 # Parent 3394b84b945ede29f32f030a61d11dffd2e57b2c maint: add hgignore file diff -r 3394b84b945e -r 32a023fc678a .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Wed Nov 06 05:37:11 2013 +0000 @@ -0,0 +1,30 @@ +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 +(^|/)~.*