update .gitignore for vt branch as well

This commit is contained in:
Kovid Goyal 2024-02-05 13:33:30 +05:30
parent 8cc2cad4d9
commit fef8c536d8
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

4
.gitignore vendored
View File

@ -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