| From b56b0a4bdf3e11271caab744f532cb055c517b51 Mon Sep 17 00:00:00 2001 |
| From: Mathieu Parent <math.parent@gmail.com> |
| Date: Sat, 24 Oct 2009 17:12:42 +0200 |
| Subject: [PATCH 2/7] gitignore for autotools files |
| |
| --- |
| pico/.gitignore | 32 ++++++++++++++++++++++++++++++++ |
| 1 files changed, 32 insertions(+), 0 deletions(-) |
| create mode 100644 pico/.gitignore |
| |
| --- /dev/null |
| +++ b/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 |
| + |