1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

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@videolan.org>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
This commit is contained in:
Faustino E. Osuna 2011-12-15 10:09:29 +01:00 committed by Jean-Baptiste Kempf
parent b5898cf016
commit 657a61fee2

2
contrib/.gitignore vendored
View File

@ -1,2 +1,2 @@
vlc-contrib-*.tar.xz
*-*-*
/*-*-*/