diff --git a/.gitignore b/.gitignore index 20f046b..652efb4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,42 @@ +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + + +#CMake->MSVC artifacts +*.sln +*.vcxproj +ALL_BUILD +ZERO_CHECK + +#MSVC secondary artifacts +*.suo +*.vcxproj.filters +*.vcxproj.user +*.pdb +*.ilk +*.lastbuildstate +*.sdf +*.opensdf +Debug +Release + CMakeFiles Makefile cmake_install.cmake libfc.a libfc_debug.a +