From: Georgi Valkov Date: Fri, 19 Jul 2024 10:24:27 +0000 (+0300) Subject: gitignore: add .DS_Store X-Git-Tag: openssl-3.1.7~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2bc3dfdd728feda1af09a56a95961bb0e90dca7;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) (cherry picked from commit 10c36d2f8d81a6f2b9a75f914fe094300835ba01) (cherry picked from commit 97b2aa49e504e49a8862b89c65eb54e143395f1d) (cherry picked from commit 1a869a65719f14f702dff492a6f90b135b9d0646) --- diff --git a/.gitignore b/.gitignore index 5a61fcd1a08..778f3f8d1d6 100644 --- a/.gitignore +++ b/.gitignore @@ -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