ignoring dynamic link library in MacOS X

*.dylib is an extension for dynamic link library in MacOS X.
This commit is contained in:
rhysd 2012-07-07 06:11:09 +09:00
parent 4b6bf65bdf
commit 6e3af78e04
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
# Compiled Dynamic libraries
*.so
*.dylib
# Compiled Static libraries
*.lai

View File

@ -7,6 +7,7 @@
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.dylib
# Executables
*.exe