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:
parent
a66b53a87d
commit
1bd40f51ee
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user