blob: 9fc0d792a8bc9b2db9fe9721048b070dc29b3dae [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001From b56b0a4bdf3e11271caab744f532cb055c517b51 Mon Sep 17 00:00:00 2001
2From: Mathieu Parent <math.parent@gmail.com>
3Date: Sat, 24 Oct 2009 17:12:42 +0200
4Subject: [PATCH 2/7] gitignore for autotools files
5
6---
7 pico/.gitignore | 32 ++++++++++++++++++++++++++++++++
8 1 files changed, 32 insertions(+), 0 deletions(-)
9 create mode 100644 pico/.gitignore
10
11--- /dev/null
12+++ b/pico/.gitignore
13@@ -0,0 +1,32 @@
14+#created by aclocal
15+autom4te.cache
16+aclocal.m4
17+
18+#created by libtoolize
19+m4
20+ltmain.sh
21+
22+#created by autoconf
23+configure
24+
25+#created by automake
26+install-sh
27+missing
28+depcomp
29+Makefile.in
30+config.guess
31+config.sub
32+
33+#created by ./configure
34+.deps
35+Makefile
36+config.log
37+config.status
38+libtool
39+
40+#created by make
41+*.o
42+*.lo
43+.libs
44+libttspico.la
45+