changeset 25537:975450679c15

.hgignore: Add more files to ignore (bug #54216). * .hgignore: Ignore HG-ID. Ignore intermediate compilations *.Plo, *.Po.
author Andrew Janke <andrew@apjanke.net>
date Mon, 02 Jul 2018 09:04:28 -0700
parents 075b9f8a32d8
children a27ae22eb41d
files .hgignore
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Mon Jul 02 08:20:34 2018 -0700
+++ b/.hgignore	Mon Jul 02 09:04:28 2018 -0700
@@ -35,6 +35,7 @@
 ^build-aux/ylwrap$
 ^config\.in\.h$
 ^configure$
+^HG-ID$
 
 # e.g. doc/faq/OctaveFAQ.info
 #      doc/interpreter/octave.info-4
@@ -51,3 +52,7 @@
 
 # DOCSTRINGS files are built in the source tree
 ^(libinterp|scripts)/DOCSTRINGS$
+
+# Intermediate compilation results for libraries
+.*\.Plo
+.*\.Po