[vlc-commits] contrib: don't ignore triplets in subfolders
Faustino E. Osuna
git at videolan.org
Fri Dec 16 00:03:18 CET 2011
vlc | branch: master | Faustino E. Osuna <enrique.osuna at gmail.com> | Thu Dec 15 10:09:29 2011 +0100| [657a61fee217c5967412ff78731d0acf452c1978] | 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>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=657a61fee217c5967412ff78731d0acf452c1978
---
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