mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
.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:
parent
4355be8ef2
commit
5a0d9e7d67
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue