changeset 21674:5e083d07ba35

maint: add DOCSTRINGS to .hgignore * .hgignore: Add (libinterp|scripts)/DOCSTRINGS to the ignore list.
author Mike Miller <mtmiller@octave.org>
date Tue, 03 May 2016 15:19:47 -0700
parents 9631aac4b635
children 1d66aa16e338
files .hgignore
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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$