summaryrefslogtreecommitdiff
blob: f70368ab820c3185ce710c5c74a35cb3a06eb5ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..4235569
--- /dev/null
+++ b/.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
+
-- 
1.7.1