From 002ef6f87bad7b43605d0890cf6ab8a1acf31471 Mon Sep 17 00:00:00 2001 From: Eoghan Conlon Date: Thu, 27 Oct 2022 08:57:07 +0000 Subject: [PATCH] Dealing with Mac Users --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 18995e1..4a79ea1 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,6 @@ test.* *.bluej *.out *.ctxt + +# Dealing with Mac users +.DS_Store