From 42e6496ed0602a168a982c6cda89e130ef69f131 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 19 Jul 2012 13:42:41 -0400 Subject: [PATCH] Add doc/*.mdoc to ignore file --- .hgignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgignore b/.hgignore index 53f76a8f4..0c50184d4 100644 --- a/.hgignore +++ b/.hgignore @@ -17,6 +17,7 @@ Makefile$ ^ChangeLog$ ^doc/.*\.man$ +^doc/.*\.mdoc$ ^doc/varsub$ ^pathnames\.h$