diff --git a/C++.gitignore b/C++.gitignore index 8df9393e..620d3dc8 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -5,6 +5,7 @@ # Compiled Dynamic libraries *.so +*.dylib # Compiled Static libraries *.lai diff --git a/C.gitignore b/C.gitignore index 6ca7021a..4d113a7a 100644 --- a/C.gitignore +++ b/C.gitignore @@ -7,6 +7,7 @@ # Shared objects (inc. Windows DLLs) *.dll *.so +*.dylib # Executables *.exe