@@ -, +, @@ --- pico/.gitignore | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) create mode 100644 pico/.gitignore --- a/pico/.gitignore +++ a/pico/.gitignore @@ -0,0 +1,32 @@ +#created by aclocal +autom4te.cache +aclocal.m4 + +#created by libtoolize +m4 +ltmain.sh + +#created by autoconf +configure + +#created by automake +install-sh +missing +depcomp +Makefile.in +config.guess +config.sub + +#created by ./configure +.deps +Makefile +config.log +config.status +libtool + +#created by make +*.o +*.lo +.libs +libttspico.la + --