changeset 163:a99fbdca44b8

maint: Update hg ignore list * .hgignore: Ignore all compiled oct files. Sort and cleanup ignore list.
author Mike Miller <mtmiller@octave.org>
date Wed, 06 Apr 2016 10:06:26 -0700
parents df7b4a5ab542
children bc4f2e6f7b69
files .hgignore
diffstat 1 files changed, 12 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- 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$