From b903ba35675843a03cafc2821fa2049e9e7dbb09 Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Tue, 20 Jan 2009 16:26:46 +0000
Subject: [PATCH] Update gitignore rules

As per Michael's comment, gitignore should not ignore a couple of real
files from the autotools/ directory.

Reviewed-by: ultrotter
---
 .gitignore | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 6252d61a0..de3dc1bae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,7 +13,7 @@
 /TAGS
 /aclocal.m4
 /autom4te.cache
-/autotools
+/autotools/
 /config.log
 /config.status
 /configure
@@ -23,6 +23,10 @@
 /*.tar.bz2
 /*.tar.gz
 
+# overrides
+!/autotools/ac_python_module.m4
+!/autotoosl/docbook-wrapper
+
 # devel
 /devel/clean-cluster
 /devel/upload
-- 
GitLab