From 1aed330825242b1e504a1dd3293e75809a04bb17 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Tue, 22 Feb 2011 14:57:25 +0100 Subject: [PATCH] Fix .gitignore The following files where incorrectly ignored: ./configure.ac ./modules/modpython/znc.py Signed-off-by: Uli Schlachter --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 57dce2ce..fef228b0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,8 @@ # Generated by autogen.sh /aclocal.m4 /autom4te.cache -/config* +/config.* +/configure /install-sh /zncconfig.h.in @@ -24,7 +25,7 @@ Makefile /modules/modpython/compiler /modules/modpython/functions.cpp /modules/modpython/swigpyrun.h -/modules/modpython/*.py +/modules/modpython/znc_core.py /modules/modpython/*.pyc # Compiled Object files