Browse Source

Add more files and folders to gitignore

--00163631086b52edd30497a17858
Content-Type: text/plain; charset=ISO-8859-1

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
pull/2/head
Rune Botten 16 years ago
committed by Felix Paul Kühne
parent
commit
684d0712dd
  1. 12
      .gitignore

12
.gitignore

@ -41,6 +41,7 @@ nvlc
wxvlc
vlc_install_dir/*
plugins-*.dat
patches/*
# Ignore CMake Stuff
cmake
@ -53,3 +54,14 @@ CPackConfig.cmake
CPackSourceConfig.cmake
include/vlc/libvlc_version.h
# Ignore build dirs
build-*
contrib-*
install-*
# Ignore autogenerated files
projects/macosx/framework/MobileVLCKit/vlc-plugins.h
projects/macosx/framework/MobileVLCKit/vlc-plugins.xcconfig
extras/contrib/.*

Loading…
Cancel
Save