[vlc-devel] [PATCH] contrib: don't ignore triplets in subfolders
    Faustino E. Osuna 
    enrique.osuna at gmail.com
       
    Thu Dec 15 10:09:29 CET 2011
    
    
  
From: "Faustino E. Osuna" <enrique.osuna at gmail.com>
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/*).
---
 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
-*-*-*
+/*-*-*/
-- 
1.7.7.4
    
    
More information about the vlc-devel
mailing list