update .gitignore for vt branch as well
This commit is contained in:
parent
8cc2cad4d9
commit
fef8c536d8
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -4,6 +4,9 @@
|
|||
*.bin
|
||||
*_stub.pyi
|
||||
*_generated.go
|
||||
*_generated.s
|
||||
*_generated_test.go
|
||||
*_generated_test.s
|
||||
*_generated.h
|
||||
/.dmypy.json
|
||||
/dependencies
|
||||
|
|
@ -18,6 +21,7 @@ __pycache__/
|
|||
/glfw/wayland-*-client-protocol.[ch]
|
||||
/docs/_build/
|
||||
/docs/generated/
|
||||
/tools/simdstring/simdstring.test
|
||||
/.mypy_cache
|
||||
/.ruff_cache
|
||||
.DS_Store
|
||||
|
|
|
|||
Loading…
Reference in a new issue