# HG changeset patch # User John W. Eaton # Date 1656517749 14400 # Node ID 12871ccce2e307f8086fcd13f938f949e4b3b1b4 # Parent e8238ae723817ff8abb79148abb9d95b0634e48f * build-aux: Also ignore generated build-aux/compile script. diff -r e8238ae72381 -r 12871ccce2e3 .hgignore --- a/.hgignore Tue Jun 28 19:52:36 2022 +0200 +++ b/.hgignore Wed Jun 29 11:49:09 2022 -0400 @@ -40,6 +40,7 @@ ## Scripts associated with building Octave ^build-aux/config\.(guess|rpath|sub)$ (^|/)build-aux/check-subst-vars\.sh$ +^build-aux/compile$ ^build-aux/depcomp$ ^build-aux/install-sh$ ^build-aux/ltmain\.sh$ @@ -123,3 +124,4 @@ ## Test associated patterns -tst$ +^.build/*