Commit 6e3af78e authored by rhysd's avatar rhysd

ignoring dynamic link library in MacOS X

*.dylib is an extension for dynamic link library in MacOS X.
parent 4b6bf65b
......@@ -5,6 +5,7 @@
# Compiled Dynamic libraries
*.so
*.dylib
# Compiled Static libraries
*.lai
......
......@@ -7,6 +7,7 @@
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.dylib
# Executables
*.exe
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment