# HG changeset patch # User Mike Miller # Date 1462313987 25200 # Node ID 5e083d07ba35f423983e191bbe37ebecca4d8043 # Parent 9631aac4b63518e621b9752233387f7b5dc9c8c2 maint: add DOCSTRINGS to .hgignore * .hgignore: Add (libinterp|scripts)/DOCSTRINGS to the ignore list. diff -r 9631aac4b635 -r 5e083d07ba35 .hgignore --- a/.hgignore Tue May 03 15:11:51 2016 -0700 +++ b/.hgignore Tue May 03 15:19:47 2016 -0700 @@ -40,3 +40,6 @@ ^liboctave/operators/\w+-op-\w+\.mk$ ^libinterp/dldfcn/module\.mk$ + +# DOCSTRINGS files are built in the source tree +^(libinterp|scripts)/DOCSTRINGS$