mirror of
https://github.com/vale981/gitignore
synced 2025-03-04 17:31:42 -05:00
Add versioned so, .a, .dylib, .app
This commit is contained in:
parent
a66b53a87d
commit
1bd40f51ee
1 changed files with 4 additions and 1 deletions
|
@ -3,12 +3,15 @@
|
|||
|
||||
# Libraries
|
||||
*.lib
|
||||
*.a
|
||||
|
||||
# Shared objects (inc. Windows DLLs)
|
||||
*.dll
|
||||
*.so
|
||||
*.so.*
|
||||
*.dylib
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
*.out
|
||||
|
||||
*.app
|
||||
|
|
Loading…
Add table
Reference in a new issue