kitty/.gitignore
Luflosi ca55438fda
Ignore several directories and files only in the root of the repo
These directories are always located in the root directory of the repository. Therefore it's better to only ignore these files in this location.
2019-07-31 10:16:19 -05:00

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