public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch] edk2: Add .DS_Store to .gitignore for macOS
@ 2017-05-19  6:22 Michael Kinney
  2017-05-19 22:12 ` Andrew Fish
  2017-05-22  3:46 ` Gao, Liming
  0 siblings, 2 replies; 3+ messages in thread
From: Michael Kinney @ 2017-05-19  6:22 UTC (permalink / raw)
  To: edk2-devel; +Cc: Andrew Fish, Liming Gao, Michael D Kinney

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 <afish@apple.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 821ed66..97f22c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Build/
 tags/
+.DS_Store
-- 
2.6.3.windows.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Patch] edk2: Add .DS_Store to .gitignore for macOS
  2017-05-19  6:22 [Patch] edk2: Add .DS_Store to .gitignore for macOS Michael Kinney
@ 2017-05-19 22:12 ` Andrew Fish
  2017-05-22  3:46 ` Gao, Liming
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Fish @ 2017-05-19 22:12 UTC (permalink / raw)
  To: Mike Kinney; +Cc: edk2-devel, Liming Gao

Reviewed-by: Andrew Fish <afish@apple.com <mailto:afish@apple.com>>

> On May 18, 2017, at 11:22 PM, Michael Kinney <michael.d.kinney@intel.com> wrote:
> 
> 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 <afish@apple.com>
> Cc: Liming Gao <liming.gao@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
> ---
> .gitignore | 1 +
> 1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index 821ed66..97f22c3 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -1,2 +1,3 @@
> Build/
> tags/
> +.DS_Store
> -- 
> 2.6.3.windows.1
> 



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Patch] edk2: Add .DS_Store to .gitignore for macOS
  2017-05-19  6:22 [Patch] edk2: Add .DS_Store to .gitignore for macOS Michael Kinney
  2017-05-19 22:12 ` Andrew Fish
@ 2017-05-22  3:46 ` Gao, Liming
  1 sibling, 0 replies; 3+ messages in thread
From: Gao, Liming @ 2017-05-22  3:46 UTC (permalink / raw)
  To: Kinney, Michael D, edk2-devel@lists.01.org; +Cc: Andrew Fish

Reviewed-by: Liming Gao <liming.gao@intel.com>

>-----Original Message-----
>From: Kinney, Michael D
>Sent: Friday, May 19, 2017 2:23 PM
>To: edk2-devel@lists.01.org
>Cc: Andrew Fish <afish@apple.com>; Gao, Liming <liming.gao@intel.com>;
>Kinney, Michael D <michael.d.kinney@intel.com>
>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 <afish@apple.com>
>Cc: Liming Gao <liming.gao@intel.com>
>Contributed-under: TianoCore Contribution Agreement 1.0
>Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
>---
> .gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/.gitignore b/.gitignore
>index 821ed66..97f22c3 100644
>--- a/.gitignore
>+++ b/.gitignore
>@@ -1,2 +1,3 @@
> Build/
> tags/
>+.DS_Store
>--
>2.6.3.windows.1



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-05-22  3:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-19  6:22 [Patch] edk2: Add .DS_Store to .gitignore for macOS Michael Kinney
2017-05-19 22:12 ` Andrew Fish
2017-05-22  3:46 ` Gao, Liming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox