diff options
author | Michael Kinney <michael.d.kinney@intel.com> | 2017-05-04 13:43:32 -0700 |
---|---|---|
committer | Michael Kinney <michael.d.kinney@intel.com> | 2017-05-19 15:14:34 -0700 |
commit | 112f4ada2e6bf606d28c5c9a0fe7c5357d85092d (patch) | |
tree | 80f1b4aabfadc105ec5087a9a8a8875b095d624d | |
parent | 3e1d93c32efc7d716baeaa0d5d0ef96528141060 (diff) | |
download | edk2-112f4ada2e6bf606d28c5c9a0fe7c5357d85092d.zip edk2-112f4ada2e6bf606d28c5c9a0fe7c5357d85092d.tar.gz edk2-112f4ada2e6bf606d28c5c9a0fe7c5357d85092d.tar.bz2 |
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>
Reviewed-by: Andrew Fish <afish@apple.com>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@ Build/
tags/
+.DS_Store
|