These directories are always located in the root directory of the repository. Therefore it's better to only ignore these files in this location.
18 lines
221 B
Plaintext
18 lines
221 B
Plaintext
*.so
|
|
*.pyc
|
|
*.pyo
|
|
/tags
|
|
/build
|
|
/linux-package
|
|
/kitty.app
|
|
/compile_commands.json
|
|
/link_commands.json
|
|
/glad/out
|
|
/kitty/launcher
|
|
/*.dSYM
|
|
__pycache__
|
|
/glfw/wayland-*-client-protocol.[ch]
|
|
/docs/_build
|
|
/docs/generated
|
|
.DS_Store
|