From c84bd7a3dd844d8457a6c7ed5b4b312eff224cab Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 11 Jul 2010 21:01:34 +0200 Subject: add files for autotools usage --- .gitignore | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f14c694 --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +# for Makefile.bak (bak) +.depend + +# executable +pa_sink_ctl +# objects +*.o + +# autotool stuff +# The actual Makefiles produced +Makefile +Makefile.in + +# The local aclocal.m4 file +aclocal.m4 + +# The output of the configure script +config.guess +config.log +config.status +config.sub + +# The configure script itself +configure + +# The include directory artifacts +config.h +config.h.in +stamp-h1 + +# Various scripts used for libtool and the like +install-sh +libtool +ltmain.sh +missing +depcomp + +# Not sure what this one is for +autom4te.cache/* + +# Dependency tree +.deps/* -- cgit