From 04d87e24f01a10ff5e847bf0776410ea50fb822e Mon Sep 17 00:00:00 2001 From: Marc-Antoine Arnaud Date: Mon, 5 Nov 2018 16:51:54 +0100 Subject: [PATCH] ignore OSX DS_Store files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 50281a4..358ff8a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ + +.DS_Store + # Generated by Cargo # will have compiled files and executables /target/