X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=.gitignore;h=2ba7644aa1409b94fdb184ee265acc1f6cb697c5;hb=c60652e38ac6afd74bd8225e9dae5406f13aaa4f;hp=0d78070bb630aa476a0f1d752eb39770e958b2bd;hpb=f8c4e779ab99f83ab0494a2ce3a2a9960dafcbf4;p=vlc diff --git a/.gitignore b/.gitignore index 0d78070bb6..2ba7644aa1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +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 @@ -28,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