1
0
mirror of https://github.com/github/gitignore synced 2024-05-29 08:48:18 +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

14 lines
126 B
Plaintext

# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
*.so
*.dylib
# Compiled Static libraries
*.lai
*.la
*.a