mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 15:04:50 +02:00
The `build` directory is always located at the root directory of the repository. Therefore it's better to only ignore `build` in this location.
19 lines
214 B
Plaintext
19 lines
214 B
Plaintext
*.so
|
|
*.pyc
|
|
*.pyo
|
|
tags
|
|
/build
|
|
linux-package
|
|
kitty.app
|
|
compile_commands.json
|
|
link_commands.json
|
|
glad/out
|
|
kitty/launcher
|
|
*.dSYM
|
|
dev
|
|
__pycache__
|
|
glfw/wayland-*-client-protocol.[ch]
|
|
docs/_build
|
|
docs/generated
|
|
.DS_Store
|