X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=.gitignore;h=2ba7644aa1409b94fdb184ee265acc1f6cb697c5;hb=12ade3e3bc975d5426ba4af155b7372c31093b31;hp=a9e4343ba25e468b4906e74bc32a51396a7981c9;hpb=bd9f77136ff0bb6d089880fe9168ce1296fa4d67;p=vlc diff --git a/.gitignore b/.gitignore index a9e4343ba2..2ba7644aa1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1,30 @@ *~ +*.app *.cache +*.dylib *.lo +*.lo? *.la -*.m4 *.mak *.moc.cpp *.o +*.so +*.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 @@ -27,4 +36,20 @@ rvlc svlc cvlc qvlc -vlc +mvlc +nvlc +wxvlc +vlc_install_dir/* +plugins-*.dat + +# Ignore CMake Stuff +cmake +CMakeFiles +CTestTestfile.cmake +cmake_install.cmake +cmake_uninstall.cmake +CMakeCache.txt +CPackConfig.cmake +CPackSourceConfig.cmake + +/include/vlc/libvlc_version.h