mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vcreate: gitignore executable files (#6585)
This commit is contained in:
parent
0edcd5efb0
commit
a6f7f0ac8a
@ -41,8 +41,11 @@ fn main_content() string {
|
||||
|
||||
fn gen_gitignore(name string) string {
|
||||
return [
|
||||
'# Binaries for programs and plugins',
|
||||
'main',
|
||||
'$name',
|
||||
'*.exe',
|
||||
'*.exe~',
|
||||
'*.so',
|
||||
'*.dylib',
|
||||
'*.dll',
|
||||
|
Loading…
Reference in New Issue
Block a user