Skip to content

Commit 6e3af78

Browse files
committed
ignoring dynamic link library in MacOS X
*.dylib is an extension for dynamic link library in MacOS X.
1 parent 4b6bf65 commit 6e3af78

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)