From c974774f1b3d22cb4cd04b33b753d2d7dee46873 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 25 Oct 2007 05:44:18 -0400 Subject: [PATCH 1/1] fix ignores of subdirs --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b474b24c1..7d521d428 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ Makefile -blib/ -doc/.ikiwiki/ -html/ +blib/* +doc/.ikiwiki/* +html/* ikiwiki.out pm_to_blib -- 2.44.0