[vlc-commits] [Git][videolan/vlc][master] 3 commits: build: ignore more test generated files
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Nov 2 07:57:42 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
465ed5f3 by Steve Lhomme at 2023-11-02T07:40:10+00:00
build: ignore more test generated files
- - - - -
f8dc7c6d by Steve Lhomme at 2023-11-02T07:40:10+00:00
build: ignore generated files
- - - - -
af5e87f4 by Steve Lhomme at 2023-11-02T07:40:10+00:00
build: ignore macOS build files
- - - - -
8 changed files:
- .gitignore
- bin/.gitignore
- compat/.gitignore
- + lib/.gitignore
- modules/codec/webvtt/.gitignore
- modules/gui/macosx/.gitignore
- src/.gitignore
- test/.gitignore
Changes:
=====================================
.gitignore
=====================================
@@ -48,6 +48,8 @@ wxvlc
vlc_install_dir/*
plugins.dat
patches/*
+share/macosx/Info.plist
+Frameworks
# Ignore build dirs
build*/
=====================================
bin/.gitignore
=====================================
@@ -2,5 +2,8 @@ vlc_win32_rc.rc
vlc-cache-gen
vlc-static
vlc-wrapper
+vlc-osx
+vlc-osx-static
+Contents/*
vlc
*.exe
=====================================
compat/.gitignore
=====================================
@@ -1,2 +1 @@
-test_heap
-test_strnstr
+test_*
=====================================
lib/.gitignore
=====================================
@@ -0,0 +1 @@
+checkheader_*_h.c
=====================================
modules/codec/webvtt/.gitignore
=====================================
@@ -1,3 +1,4 @@
CSSGrammar.c
CSSGrammar.h
CSSLexer.c
+*-CSSLexer.c
=====================================
modules/gui/macosx/.gitignore
=====================================
@@ -1 +1,2 @@
*.nib
+Resources/Assets.car
=====================================
src/.gitignore
=====================================
@@ -1,4 +1,5 @@
test_*
+checkheader_*_h.c
fourcc_gen
fourcc_tables.h
libvlccore_win32_rc.rc
=====================================
test/.gitignore
=====================================
@@ -1 +1,2 @@
test_*
+vlc-window
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/716655b086480fd666a7c03024b0611edfffc530...af5e87f41cee856f922607c4f5e82979998c12a5
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/716655b086480fd666a7c03024b0611edfffc530...af5e87f41cee856f922607c4f5e82979998c12a5
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list