[vlc-commits] contrib: don't ignore triplets in subfolders

Faustino E. Osuna git at videolan.org
Fri Dec 16 00:05:28 CET 2011


vlc/vlc-1.2 | branch: master | Faustino E. Osuna <enrique.osuna at gmail.com> | Thu Dec 15 10:09:29 2011 +0100| [91c277f016fb63a3c2aa0f5e10eb0c6ee25e2c0c] | committer: Jean-Baptiste Kempf

contrib: don't ignore triplets in subfolders

Only ignores triplets in the root contrib path. Previous
implementation had the potential to ignore triplets in the
subfolders.

This will allow for creating:
1) Patches using this format (e.g. contrib/src/*/track-me-now.patch).
2) Subfolders beneath contrib's root (but not in contrib itself)
(e.g. contrib/src/track-me-now/*).

OK-ed-by: Rafaël Carré <funman at videolan.org>
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit 657a61fee217c5967412ff78731d0acf452c1978)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=91c277f016fb63a3c2aa0f5e10eb0c6ee25e2c0c
---

 contrib/.gitignore |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/contrib/.gitignore b/contrib/.gitignore
index 64cbe1d..e51bc0f 100644
--- a/contrib/.gitignore
+++ b/contrib/.gitignore
@@ -1,2 +1,2 @@
 vlc-contrib-*.tar.xz
-*-*-*
+/*-*-*/



More information about the vlc-commits mailing list