From 0ed4518b1589392981679c302125ed02758fc0d9 Mon Sep 17 00:00:00 2001 From: Jake Hunsaker Date: Thu, 28 Sep 2023 20:38:48 -0700 Subject: [PATCH] [git] Ignore DS_Store files from Finder Updates .gitignore to exclude .DS_Store files that Finder may drop in the tree. Signed-off-by: Jake Hunsaker --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4c2138f93e..318b19e6d6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ *swp* *.pyc *.sw* +*.DS_Store tags buildjar/ gpgkeys/rhsupport.*