From 5cd87ca59d00c06ad83fbb1bef6406928a41ee29 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 17 Dec 2011 03:59:44 +0100 Subject: Update .gitignore Only ignore these paths if they are a directory. --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d0fb94d..522eba3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -.deps -.libs +.deps/ +.libs/ Makefile Makefile.in *.o @@ -7,7 +7,7 @@ Makefile.in *.lo /aclocal.m4 -/autom4te.cache +/autom4te.cache/ /compile /config.* /configure -- cgit v1.2.3