changeset 251:c8da556b6793

maint: add more file patterns to .hgignore * .hgignore: Add more file patterns for build system outputs and artifacts.
author Mike Miller <mtmiller@octave.org>
date Wed, 27 Jul 2016 20:30:35 -0700
parents a4a2c214415e
children 8ebebd557e15 a3660e7f8dc9 daf1aff501f1 5a516155d730 0a4f620da178 decd3bd7da7e 9278a272b1c8
files .hgignore
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Wed Jul 27 20:05:47 2016 -0700
+++ b/.hgignore	Wed Jul 27 20:30:35 2016 -0700
@@ -25,15 +25,26 @@
 (^|/).*\.in$
 (^|/).*\.guess$
 (^|/).*\.sub$
+(^|/)Makefile
 (^|/)depcomp
 (^|/)missing
 (^|/)install-sh
+(^|/)libtool
 (^|/)ltmain.sh
+(^|/)stamp-h1
 
 
+(^|/)config\.h$
+(^|/)config\.log$
+(^|/)config\.status$
 (^|/)configure$
 (^|/)autom4te\.cache($|/)
 
+(^|/)\.deps
+(^|/)\.libs
+
+(^|/)octave-workspace
+
 # e.g. doc/faq/OctaveFAQ.info
 #      doc/interpreter/octave.info-4
 ^doc/.*\.info(-\d)?$