X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=.gitignore;h=2ba7644aa1409b94fdb184ee265acc1f6cb697c5;hb=12ade3e3bc975d5426ba4af155b7372c31093b31;hp=1c75eaa5abadb46a6347501b924bb99356c5f625;hpb=7c3ed1663c6ac6d2f4f2252541dceeff65c00e58;p=vlc diff --git a/.gitignore b/.gitignore index 1c75eaa5ab..2ba7644aa1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +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 @@ -26,5 +36,20 @@ rvlc svlc cvlc qvlc -vlc -src/vlc-vlc.o +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