Commit 1bd40f51 authored by Matt Arsenault's avatar Matt Arsenault

Add versioned so, .a, .dylib, .app

parent a66b53a8
...@@ -3,12 +3,15 @@ ...@@ -3,12 +3,15 @@
# Libraries # Libraries
*.lib *.lib
*.a
# Shared objects (inc. Windows DLLs) # Shared objects (inc. Windows DLLs)
*.dll *.dll
*.so *.so
*.so.*
*.dylib
# Executables # Executables
*.exe *.exe
*.out *.out
*.app
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