1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 11:44:21 +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
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app