diff --git a/C++.gitignore b/C++.gitignore index 620d3dc8a49200fcfae26619eb8a01741fcc41c5..0def2755dff457515a8bd19d98c5cff171d9a4f5 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -2,12 +2,20 @@ *.slo *.lo *.o +*.obj # Compiled Dynamic libraries *.so *.dylib +*.dll # Compiled Static libraries *.lai *.la *.a +*.lib + +# Executables +*.exe +*.out +*.app