diff .hgignore @ 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 5b7643257978
children 08093b89c08a
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$