# HG changeset patch # User Mike Miller # Date 1459962386 25200 # Node ID a99fbdca44b89429017fa5ee4c865d58ccc31b7e # Parent df7b4a5ab5420fe38cf03d072b6bd5d066c036f1 maint: Update hg ignore list * .hgignore: Ignore all compiled oct files. Sort and cleanup ignore list. diff -r df7b4a5ab542 -r a99fbdca44b8 .hgignore --- a/.hgignore Wed Apr 06 09:58:59 2016 -0700 +++ b/.hgignore Wed Apr 06 10:06:26 2016 -0700 @@ -1,29 +1,23 @@ syntax: regexp -^aclocal.m4$ -^autom4te.cache$ +^.+\.oct$ +^Makefile$ +^Makefile\.in$ +^\.deps$ +^\.libs$ +^_pytave?la.*$ +^aclocal\.m4$ +^autom4te\.cache$ ^bin$ ^build$ ^compile$ -^config.cache$ -^config.guess$ -^config.h$ -^config.h.in$ -^config.log$ -^config.status$ -^config.sub$ +^config\..+$ ^configure$ ^depcomp$ -^.deps$ ^install-sh$ -^.libs$ ^libtool$ -^ltmain.sh$ -^m4/libtool.m4$ -^m4/lt.*\.m4$ -^Makefile$ -^Makefile.in$ +^ltmain\.sh$ +^m4/libtool\.m4$ +^m4/lt.+\.m4$ ^missing$ -^py\.oct$ -^_pytave?la*$ ^stamp-h1$