From 3f25f707835fb29ed9d4bc3f3b9b5cc0d4a6ca7e Mon Sep 17 00:00:00 2001 From: Luflosi Date: Mon, 18 Jun 2018 14:39:12 +0200 Subject: [PATCH] Ignore .DS_Store --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e4706db04..033694520 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ __pycache__ glfw/wayland-*-client-protocol.[ch] docs/_build docs/generated +.DS_Store