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)
This commit is contained in:
Georgi Valkov 2024-07-19 13:24:27 +03:00 committed by Todd Short
parent 787e1dd941
commit 10c36d2f8d

3
.gitignore vendored
View File

@ -149,6 +149,9 @@ providers/common/include/prov/der_sm2.h
/apps/progs.c
/apps/progs.h
# macOS
.DS_Store
# Windows (legacy)
/tmp32
/tmp32.dbg