From: Michael Kinney Date: Thu, 4 May 2017 20:43:32 +0000 (-0700) Subject: edk2: Add .DS_Store to .gitignore for macOS X-Git-Tag: edk2-stable201903~4008 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=112f4ada2e6bf606d28c5c9a0fe7c5357d85092d;ds=sidebyside 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 --- diff --git a/.gitignore b/.gitignore index 821ed66862..97f22c348c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ Build/ tags/ +.DS_Store