From: Georgi Valkov Date: Fri, 19 Jul 2024 10:24:27 +0000 (+0300) Subject: gitignore: add .DS_Store X-Git-Tag: openssl-3.4.0-alpha1~304 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10c36d2f8d81a6f2b9a75f914fe094300835ba01;p=thirdparty%2Fopenssl.git 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 Reviewed-by: Tomas Mraz Reviewed-by: Todd Short (Merged from https://github.com/openssl/openssl/pull/24942) --- diff --git a/.gitignore b/.gitignore index 0d0899e32a1..7cc5e681052 100644 --- a/.gitignore +++ b/.gitignore @@ -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