[vlc-commits] [Git][videolan/vlc][master] build.sh: add .gitignore file to the build directory

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Sun May 10 15:57:22 UTC 2026



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
4b7fc8ca by Wassim Lalaoui at 2026-05-10T17:32:13+02:00
build.sh: add .gitignore file to the build directory

it ignores everything in that directory

- - - - -


1 changed file:

- extras/package/win32/build.sh


Changes:

=====================================
extras/package/win32/build.sh
=====================================
@@ -535,6 +535,7 @@ if [ -n "$BUILD_MESON" ]; then
     VLC_CXXFLAGS="$VLC_CXXFLAGS -Dalarm="
 
     mkdir -p $SHORTARCH-meson
+    echo "*" > $SHORTARCH-meson/.gitignore
     rm -rf $SHORTARCH-meson/meson-private
 
     if [ -n "$WITH_PDB" ]; then
@@ -593,6 +594,7 @@ else
     ${VLC_ROOT_PATH}/bootstrap
 
     mkdir -p $SHORTARCH
+    echo "*" > $SHORTARCH/.gitignore
     cd $SHORTARCH
 
     # set environment that will be kept in config.status



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4b7fc8ca33355435981c6461ea130ffe48172f5d

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4b7fc8ca33355435981c6461ea130ffe48172f5d
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list