diff options
author | ben <benjaminfranzke@googlemail.com> | 2010-07-11 21:01:34 +0200 |
---|---|---|
committer | ben <benjaminfranzke@googlemail.com> | 2010-07-11 21:01:34 +0200 |
commit | c84bd7a3dd844d8457a6c7ed5b4b312eff224cab (patch) | |
tree | 757f8232b6b958d66a9d8fa5a85738f996fe07f0 /.gitignore | |
parent | 7f101a47bd6a225309c66bb5079fa25152b2a952 (diff) | |
download | pa-sink-ctl-c84bd7a3dd844d8457a6c7ed5b4b312eff224cab.tar.gz pa-sink-ctl-c84bd7a3dd844d8457a6c7ed5b4b312eff224cab.tar.bz2 pa-sink-ctl-c84bd7a3dd844d8457a6c7ed5b4b312eff224cab.zip |
add files for autotools usage
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 42 |
1 files changed, 42 insertions, 0 deletions
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/* |