From 90c10da398535ae8db34ce23a995cc2d111da75e Mon Sep 17 00:00:00 2001 From: Luflosi Date: Sat, 22 Jun 2019 18:29:39 +0200 Subject: [PATCH] Ignore all *.dSYM directories Building `kitty-profile` on macOS creates a `kitty-profile.dSYM` directory, that should be ignored, just like `asan-launcher.dSYM`. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 91caad9c2..766eecf30 100644 --- a/.gitignore +++ b/.gitignore @@ -9,8 +9,8 @@ logo/*.iconset compile_commands.json glad/out asan-launcher -asan-launcher.dSYM kitty-profile +*.dSYM dev __pycache__ glfw/wayland-*-client-protocol.[ch]