Commit ef2db786 authored by Justin Spahr-Summers's avatar Justin Spahr-Summers

Merge pull request #388 from rhysd/master

ignoring *.dylib (dynamic link libraries in MacOS X)
parents edaff200 6e3af78e
......@@ -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