mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +01:00
Ignore dynamic libraries on OS X.
Parallel to ignoring .so for linux.
This commit is contained in:
parent
db352df09e
commit
1e3a37b83c
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -9,6 +9,7 @@ notmuch.sym
|
||||||
notmuch-shared
|
notmuch-shared
|
||||||
notmuch.1.gz
|
notmuch.1.gz
|
||||||
libnotmuch.so*
|
libnotmuch.so*
|
||||||
|
libnotmuch*.dylib
|
||||||
*.[ao]
|
*.[ao]
|
||||||
*~
|
*~
|
||||||
.*.swp
|
.*.swp
|
||||||
|
|
Loading…
Reference in a new issue