From e17386692af62bae402e16f56028895a627bc7cb Mon Sep 17 00:00:00 2001 From: Doc O <37000451+docyx@users.noreply.github.com> Date: Fri, 15 Nov 2019 16:19:47 -0500 Subject: [PATCH] Meta: Add .DS_Store to .gitignore (#786) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bc3545644d5cc7..95a1aef721d296 100644 --- a/.gitignore +++ b/.gitignore @@ -26,7 +26,8 @@ Toolchain/Tarballs Toolchain/Build Toolchain/Local .vscode +.DS_Store compile_commands.json .clang_complete *Endpoint.h -Ports/packages.db +Ports/packages.db \ No newline at end of file