X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=.gitignore;h=2a187a4e6a8c098f8f2a9993c656f9313eac5583;hb=15d3cb86f77d46c4db4f140793a878e947b0cae7;hp=cfe5e4c9642b21477150c2fa6699cc4b92e308bb;hpb=8130e228e06c8ef443a758cf8a07010951d4c344;p=vlc diff --git a/.gitignore b/.gitignore index cfe5e4c964..2a187a4e6a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,8 @@ *.cache *.dylib *.lo +*.lo? *.la -*.m4 *.mak *.moc.cpp *.o @@ -12,15 +12,19 @@ *.pc *.vlt *.class +*.dmg +.DS_Store .deps .libs .dirstamp ABOUT-NLS aclocal.m4 -autotools compile -config.* +config.status +config.h* +config.log configure +INSTALL.git libtool Makefile Makefile.in @@ -32,18 +36,32 @@ rvlc svlc cvlc qvlc +mvlc nvlc wxvlc -vlc vlc_install_dir/* +plugins-*.dat +patches/* # Ignore CMake Stuff cmake CMakeFiles -CMakeLists.txt CTestTestfile.cmake cmake_install.cmake cmake_uninstall.cmake CMakeCache.txt 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/.* +