From 6e3af78e049324afab824b7b899c182f3b0fdebd Mon Sep 17 00:00:00 2001 From: rhysd Date: Sat, 7 Jul 2012 06:11:09 +0900 Subject: [PATCH] ignoring dynamic link library in MacOS X *.dylib is an extension for dynamic link library in MacOS X. --- C++.gitignore | 1 + C.gitignore | 1 + 2 files changed, 2 insertions(+) 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