mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
update .gitignore for vt branch as well
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -4,6 +4,9 @@
|
|||||||
*.bin
|
*.bin
|
||||||
*_stub.pyi
|
*_stub.pyi
|
||||||
*_generated.go
|
*_generated.go
|
||||||
|
*_generated.s
|
||||||
|
*_generated_test.go
|
||||||
|
*_generated_test.s
|
||||||
*_generated.h
|
*_generated.h
|
||||||
/.dmypy.json
|
/.dmypy.json
|
||||||
/dependencies
|
/dependencies
|
||||||
@@ -18,6 +21,7 @@ __pycache__/
|
|||||||
/glfw/wayland-*-client-protocol.[ch]
|
/glfw/wayland-*-client-protocol.[ch]
|
||||||
/docs/_build/
|
/docs/_build/
|
||||||
/docs/generated/
|
/docs/generated/
|
||||||
|
/tools/simdstring/simdstring.test
|
||||||
/.mypy_cache
|
/.mypy_cache
|
||||||
/.ruff_cache
|
/.ruff_cache
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|||||||
Reference in New Issue
Block a user