.gitignore: ignore thirdparty/tcc/ and thirdparty/sqlite/ (fix #18102 i.e. slowness of V from v_windows.zip, after v up on windows, because tcc was removed)

This commit is contained in:
Delyan Angelov 2023-08-11 18:45:52 +03:00
parent 4355be8ef2
commit 5a0d9e7d67
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

5
.gitignore vendored
View file

@ -107,9 +107,14 @@ default.nix
flake.nix
.envrc
# generated by thirdparty/stdatomic/nix/cpp/gen.v
thirdparty/stdatomic/nix/cpp/*.h
# ignore thirdparty libs that are distributed separately
thirdparty/binaryen*
thirdparty/wabt*
thirdparty/tcc/
thirdparty/sqlite/
# ignore VLS log
vls.log