diff options
author | Vadim A. Misbakh-Soloviov <git@mva.name> | 2017-06-03 03:36:23 +0700 |
---|---|---|
committer | Vadim A. Misbakh-Soloviov <git@mva.name> | 2017-06-03 03:36:23 +0700 |
commit | fd68d103d98a3035ac301d4d47ab3cbd0be9c429 (patch) | |
tree | ae69ffa8fc166a151e963b5da728850197988d67 /app-accessibility/svox/files/patches/0002-gitignore-for-autotools-files.patch | |
parent | SweetHome3d: fix to use system java (it also fixes many rendering issues) (diff) | |
download | activehome-fd68d103d98a3035ac301d4d47ab3cbd0be9c429.tar.gz activehome-fd68d103d98a3035ac301d4d47ab3cbd0be9c429.tar.bz2 activehome-fd68d103d98a3035ac301d4d47ab3cbd0be9c429.zip |
svox: added; sphinx: dropped (buildsystem is crazy, release model is crazy, no submodules, ... Well, f*ck this shit until they`ll write normal buildsystem)
Diffstat (limited to 'app-accessibility/svox/files/patches/0002-gitignore-for-autotools-files.patch')
-rw-r--r-- | app-accessibility/svox/files/patches/0002-gitignore-for-autotools-files.patch | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/app-accessibility/svox/files/patches/0002-gitignore-for-autotools-files.patch b/app-accessibility/svox/files/patches/0002-gitignore-for-autotools-files.patch new file mode 100644 index 0000000..f70368a --- /dev/null +++ b/app-accessibility/svox/files/patches/0002-gitignore-for-autotools-files.patch @@ -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/.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 + |