From ce1c5aadf4f3cad3100aea3941924af4afc3b5b3 Mon Sep 17 00:00:00 2001 From: Dustin Dettmer Date: Mon, 6 Sep 2021 20:27:22 -0700 Subject: [PATCH] Mac OS X generates these files automatically. Add them to the ignore list. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8c45f674e..90a0bbfc2 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ contrib/pyln-*/dist/ contrib/pyln-*/pyln_*.egg-info/ release/ tests/plugins/test_selfdisable_after_getmanifest +.DS_Store