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.
This commit is contained in:
Luflosi
2019-07-30 17:58:06 -05:00
parent a4b60e7eef
commit ca55438fda

22
.gitignore vendored
View File

@@ -1,17 +1,17 @@
*.so
*.pyc
*.pyo
tags
/tags
/build
linux-package
kitty.app
compile_commands.json
link_commands.json
glad/out
kitty/launcher
*.dSYM
/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
/glfw/wayland-*-client-protocol.[ch]
/docs/_build
/docs/generated
.DS_Store