From ca7ba81e6598069057298fb2b0200ef93e62c313 Mon Sep 17 00:00:00 2001
From: Jan Engelhardt <jengelh@medozas.de>
Date: Sat, 17 Dec 2011 02:58:00 +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 444c4b3..7de29d0 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