Browse Source

build: ignore macOS build files

pull/162/head
Steve Lhomme 2 years ago
parent
commit
af5e87f41c
  1. 2
      .gitignore
  2. 3
      bin/.gitignore
  3. 1
      modules/gui/macosx/.gitignore

2
.gitignore

@ -48,6 +48,8 @@ wxvlc
vlc_install_dir/*
plugins.dat
patches/*
share/macosx/Info.plist
Frameworks
# Ignore build dirs
build*/

3
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

1
modules/gui/macosx/.gitignore

@ -1 +1,2 @@
*.nib
Resources/Assets.car

Loading…
Cancel
Save