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:
parent
a4b60e7eef
commit
ca55438fda
22
.gitignore
vendored
22
.gitignore
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user