From dbea999d16870c6e96a0a556084c10ab54c8b43b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 17 Dec 2011 03:56:22 +0100 Subject: Update .gitignore Only ignore these paths if they are a directory. --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c9550f5..e683edb 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/ /config.* /configure /depcomp -- cgit v1.2.3