提交 6e3af78e 编写于 作者: R rhysd

ignoring dynamic link library in MacOS X

*.dylib is an extension for dynamic link library in MacOS X.
上级 4b6bf65b
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
# Compiled Dynamic libraries # Compiled Dynamic libraries
*.so *.so
*.dylib
# Compiled Static libraries # Compiled Static libraries
*.lai *.lai
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
# Shared objects (inc. Windows DLLs) # Shared objects (inc. Windows DLLs)
*.dll *.dll
*.so *.so
*.dylib
# Executables # Executables
*.exe *.exe
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册