From 4b7c0c9491c765fcf0a7e4b40e1a4ec192c5aff0 Mon Sep 17 00:00:00 2001 From: Murtadha Date: Sat, 8 Jun 2024 23:32:50 -0400 Subject: [PATCH] Include global exclusion of .DS_Store --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b8a642b..36347b5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -.DS_Store +**/.DS_Store # Tex related files *.aux @@ -7,4 +7,3 @@ *.log *.out *.synctex.gz -