From 3773368c5d3b786f24aa5fc9639d54bf4025a308 Mon Sep 17 00:00:00 2001 From: Gregor Jasny Date: Sat, 14 Jan 2012 17:09:36 +0100 Subject: buildsystem: Convert to autotools buildsystem Use autoreconf -vfi to bootstrap Signed-off-by: Gregor Jasny --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2b7d6179..f33eb987 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,25 @@ +*~ *.o +*.lo +*.la *.d *.so *.so.0 +*.so.1 *.pc *.a +*.tar.* +*.spec +.libs +.deps +config.h config.log config.status Makefile +Makefile.in configure +aclocal.m4 +autom4te.cache +build-aux +libtool +stamp-h1 -- cgit v1.2.1