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
1 changed files with 1 additions and 1 deletions

2
contrib/.gitignore vendored
View File

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