From 275b2edbd6fe32fa85ecfa40458147aea4bc2d43 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 31 Mar 2014 15:46:47 -0600 Subject: [PATCH] Correctly ignore init.d/*.sh --- .hgignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hgignore b/.hgignore index 95b10cf22..9487729c3 100644 --- a/.hgignore +++ b/.hgignore @@ -22,7 +22,7 @@ Makefile$ ^doc/.*\.mdoc\.sed$ ^doc/varsub$ -^init.d/*.sh$ +^init.d/.*.sh$ ^pathnames\.h$ ^src/sudo$