mirror of
https://github.com/github/gitignore
synced 2024-11-26 05:34:21 +01:00
6e3af78e04
*.dylib is an extension for dynamic link library in MacOS X.
16 lines
123 B
Plaintext
16 lines
123 B
Plaintext
# Object files
|
|
*.o
|
|
|
|
# Libraries
|
|
*.lib
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
|