mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 02:02:14 +02:00
Ignore all *.dSYM directories
Building `kitty-profile` on macOS creates a `kitty-profile.dSYM` directory, that should be ignored, just like `asan-launcher.dSYM`.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -9,8 +9,8 @@ logo/*.iconset
|
|||||||
compile_commands.json
|
compile_commands.json
|
||||||
glad/out
|
glad/out
|
||||||
asan-launcher
|
asan-launcher
|
||||||
asan-launcher.dSYM
|
|
||||||
kitty-profile
|
kitty-profile
|
||||||
|
*.dSYM
|
||||||
dev
|
dev
|
||||||
__pycache__
|
__pycache__
|
||||||
glfw/wayland-*-client-protocol.[ch]
|
glfw/wayland-*-client-protocol.[ch]
|
||||||
|
|||||||
Reference in New Issue
Block a user