[vlc-commits] gitignore: unblacklist build.sh script
    Alexandre Janniaux 
    git at videolan.org
       
    Sat Mar 13 13:06:25 UTC 2021
    
    
  
vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | Fri Feb 19 23:20:00 2021 +0100| [1cff424af81f9ce1fdfb2a12a89c2383dffe4a31] | committer: Alexandre Janniaux
gitignore: unblacklist build.sh script
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1cff424af81f9ce1fdfb2a12a89c2383dffe4a31
---
 .gitignore | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index fc368212c8..d9d5a09907 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,7 +50,7 @@ patches/*
 include/vlc/libvlc_version.h
 
 # Ignore build dirs
-build*
+build*/
 contrib-*
 install-*
-
+!extras/package/apple/build.sh
    
    
More information about the vlc-commits
mailing list