From 6a986ade36abf26701f35aa6e68ff24649060762 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (laptop)" <j.wuttke@fz-juelich.de>
Date: Mon, 18 Jan 2010 10:19:15 +0100
Subject: [PATCH] exclude .libs and .deps

---
 .gitignore | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index f75c6b64..4b840e4e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,8 +25,8 @@ autom4te.cache/*
 autom4te.cache
 config.log
 config.status
-*/.deps
-*/.libs
+pub/*/.deps
+pub/*/.libs
 demo/lm_test
 src/.deps
 libtool
-- 
GitLab