diff options
author | Gregor Jasny <gjasny@googlemail.com> | 2012-01-14 17:09:36 +0100 |
---|---|---|
committer | Gregor Jasny <gjasny@googlemail.com> | 2012-01-14 19:21:26 +0100 |
commit | 3773368c5d3b786f24aa5fc9639d54bf4025a308 (patch) | |
tree | 8d86067f312c3d22a21ff3327db358b09bf8d0fb /.gitignore | |
parent | bbeae3773f4f42e98fe0fa34f39b6dddfa96265a (diff) |
buildsystem: Convert to autotools buildsystem
Use autoreconf -vfi to bootstrap
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |