changeset 31901:16b233ccaeab

maint: Add generated files in build-aux directory to .hgignore file * .hgignore: Add find-defun-files.sh and find-files-with-tests.sh to .hgignore.
author Rik <rik@octave.org>
date Wed, 08 Mar 2023 18:09:14 -0800
parents b02de57ab5bb
children 4ab90bed411b
files .hgignore
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Wed Mar 08 20:47:07 2023 -0500
+++ b/.hgignore	Wed Mar 08 18:09:14 2023 -0800
@@ -42,6 +42,8 @@
 (^|/)build-aux/check-subst-vars\.sh$
 ^build-aux/compile$
 ^build-aux/depcomp$
+(^|/)build-aux/find-defun-files\.sh$
+(^|/)build-aux/find-files-with-tests\.sh$
 ^build-aux/install-sh$
 ^build-aux/ltmain\.sh$
 ^build-aux/mdate-sh$