From 9c771ad9151da2690e969dddcb6cc1e0d316899b Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 23 Dec 2012 11:24:38 +0100 Subject: [PATCH] updated gitignore --- .gitignore | 40 +++++++++++++++++++++++++++++++--------- 1 file changed, 31 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index fc5e847..b86c17c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,35 @@ -# http://www.gnu.org/software/automake +*~ -Makefile.in +# Binaries +/src/sun -# http://www.gnu.org/software/autoconf +# Compiled Object files +*.slo +*.lo +*.o +# Compiled Dynamic libraries +*.so +*.so.* + +# Compiled Static libraries +*.lai +*.la +*.a + +# automake +Makefile +.deps + +# autoconf /autom4te.cache -/aclocal.m4 -/compile -/configure -/depcomp -/install-sh -/missing + +/config.status +/config.log +/config.h +stamp-h1 + +/libtool + +# Debian packaging +/debian/config.log