mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
@@ -0,0 +1,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/pico/.gitignore b/pico/.gitignore
|
||||
new file mode 100644
|
||||
index 0000000..4235569
|
||||
--- /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
|
||||
+
|
||||
--
|
||||
1.7.1
|
||||
|
||||
Reference in New Issue
Block a user