1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 19:54:22 +01:00

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

This commit is contained in:
Matt Arsenault 2012-04-19 02:50:54 -03:00
parent a66b53a87d
commit 1bd40f51ee

View File

@ -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