From 86c0e97c855186cb30d32735f42dfe644a5f7f99 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Mon, 14 Feb 2011 17:19:29 +0100 Subject: [PATCH] .gitignore: Add some more rules This now also ignores the generated files due from modpython and modperl and some more fun. Signed-off-by: Uli Schlachter --- .gitignore | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index dbff4a6c..57dce2ce 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,32 @@ -Makefile -config.* -/znc-buildmod -/znc-config /znc /man/*.gz -*.pc .depend +# Generated by autogen.sh +/aclocal.m4 +/autom4te.cache +/config* +/install-sh +/zncconfig.h.in + +# Generated by configure +Makefile +*.pc +/zncconfig.h +/znc-buildmod +/znc-config + +# modperl and modpython generated code +/modules/modperl/ZNC.cpp +/modules/modperl/ZNC.pm +/modules/modperl/swigperlrun.h +/modules/modpython/_znc_core.cpp +/modules/modpython/compiler +/modules/modpython/functions.cpp +/modules/modpython/swigpyrun.h +/modules/modpython/*.py +/modules/modpython/*.pyc + # Compiled Object files *.o