mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tools: include vls.log
in the .gitignore files for new V projects (#12522)
This commit is contained in:
parent
b576181a66
commit
2794aa623a
3
.gitignore
vendored
3
.gitignore
vendored
@ -102,3 +102,6 @@ flake.nix
|
||||
.envrc
|
||||
|
||||
thirdparty/stdatomic/nix/cpp/*.h
|
||||
|
||||
# ignore VLS log
|
||||
vls.log
|
||||
|
@ -74,6 +74,7 @@ fn gen_gitignore(name string) string {
|
||||
'*.so',
|
||||
'*.dylib',
|
||||
'*.dll',
|
||||
'vls.log',
|
||||
'',
|
||||
].join('\n')
|
||||
}
|
||||
|
@ -34,6 +34,7 @@ fn init_and_check() ? {
|
||||
'*.so',
|
||||
'*.dylib',
|
||||
'*.dll',
|
||||
'vls.log',
|
||||
'',
|
||||
].join('\n')
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user