Skip to content

Commit ef2db78

Browse files
committed
Merge pull request #388 from rhysd/master
ignoring *.dylib (dynamic link libraries in MacOS X)
2 parents edaff20 + 6e3af78 commit ef2db78

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

C++.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
# Compiled Dynamic libraries
77
*.so
8+
*.dylib
89

910
# Compiled Static libraries
1011
*.lai

C.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# Shared objects (inc. Windows DLLs)
88
*.dll
99
*.so
10+
*.dylib
1011

1112
# Executables
1213
*.exe

0 commit comments

Comments
 (0)