From 1f7ad67ba1987728873868ab2d8af2530043fe76 Mon Sep 17 00:00:00 2001 From: Jiseok CHOI Date: Fri, 11 Mar 2022 02:35:38 +0900 Subject: [PATCH] Add macOS temp hidden files to .gitignore (#492) --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 2e56b61fa..209c1b25a 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,11 @@ # Clion .idea +# Mac-OS +.DS_Store +.AppleDouble +.LSOverride + # Generated by Cargo # will have compiled files and executables /target/