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

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