1
0
mirror of https://github.com/github/gitignore synced 2024-06-06 12:47:57 +02:00
gitignore/C.gitignore
rhysd 6e3af78e04 ignoring dynamic link library in MacOS X
*.dylib is an extension for dynamic link library in MacOS X.
2012-07-07 06:11:09 +09:00

16 lines
123 B
Plaintext

# Object files
*.o
# Libraries
*.lib
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.dylib
# Executables
*.exe
*.out