Skip to content

Commit 90c10da

Browse files
committed
Ignore all *.dSYM directories
Building `kitty-profile` on macOS creates a `kitty-profile.dSYM` directory, that should be ignored, just like `asan-launcher.dSYM`.
1 parent 630bf28 commit 90c10da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ logo/*.iconset
99
compile_commands.json
1010
glad/out
1111
asan-launcher
12-
asan-launcher.dSYM
1312
kitty-profile
13+
*.dSYM
1414
dev
1515
__pycache__
1616
glfw/wayland-*-client-protocol.[ch]

0 commit comments

Comments
 (0)