From 51e4b6038755f758d1d6cc3c711f43c7c60f4691 Mon Sep 17 00:00:00 2001 From: Akos Kitta Date: Thu, 29 Aug 2019 09:25:16 +0200 Subject: [PATCH] Added .DS_Store to the .gitignore. Signed-off-by: Akos Kitta --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 924c75aaadd..a7ce19bd44a 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,6 @@ venv /client_example/client_example *.bin *.elf + +# Misc. +.DS_Store