gitignore: add .DS_Store
macOS creates .DS_Store files all over the place while browsing directories. Add it to the list of ignored files. Signed-off-by: Georgi Valkov <gvalkov@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Todd Short <todd.short@me.com> (Merged from https://github.com/openssl/openssl/pull/24942) (cherry picked from commit10c36d2f8d
) (cherry picked from commit97b2aa49e5
) (cherry picked from commit1a869a6571
) (cherry picked from commita2bc3dfdd7
)
This commit is contained in:
parent
5ef09d0fb8
commit
dd4de3ce14
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -147,6 +147,9 @@ providers/common/include/prov/der_sm2.h
|
|||
/apps/progs.c
|
||||
/apps/progs.h
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Windows (legacy)
|
||||
/tmp32
|
||||
/tmp32.dbg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue