From f286925eaa23e0bc841accacd422c26b1644ceb3 Mon Sep 17 00:00:00 2001 From: Jakub Nabaglo Date: Wed, 27 Oct 2021 10:44:36 -0700 Subject: [PATCH] Add .DS_Store to .gitignore (#324) --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 3a09fb6a..293a17bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,10 @@ +# Cargo build /target Cargo.lock + +# Profile-guided optimization /tmp pgo-data.profdata + +# MacOS nuisances +.DS_Store