diff --git a/C++.gitignore b/C++.gitignore index 8df9393..620d3dc 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -1,12 +1,13 @@ # Compiled Object files *.slo *.lo *.o # Compiled Dynamic libraries *.so +*.dylib # Compiled Static libraries *.lai *.la *.a diff --git a/C.gitignore b/C.gitignore index 6ca7021..4d113a7 100644 --- a/C.gitignore +++ b/C.gitignore @@ -1,14 +1,15 @@ # Object files *.o # Libraries *.lib # Shared objects (inc. Windows DLLs) *.dll *.so +*.dylib # Executables *.exe *.out