From 112f4ada2e6bf606d28c5c9a0fe7c5357d85092d Mon Sep 17 00:00:00 2001 From: Michael Kinney Date: Thu, 4 May 2017 13:43:32 -0700 Subject: [PATCH] edk2: Add .DS_Store to .gitignore for macOS https://bugzilla.tianocore.org/show_bug.cgi?id=558 macOS may generate .DS_Store files in directories. The .gitignore file is updated to ignore these .DS_Store files. Cc: Andrew Fish Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael D Kinney Reviewed-by: Andrew Fish --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 821ed66862..97f22c348c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ Build/ tags/ +.DS_Store -- 2.39.2