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 {
|
fn gen_gitignore(name string) string {
|
||||||
return [
|
return [
|
||||||
|
'# Binaries for programs and plugins',
|
||||||
'main',
|
'main',
|
||||||
'$name',
|
'$name',
|
||||||
|
'*.exe',
|
||||||
|
'*.exe~',
|
||||||
'*.so',
|
'*.so',
|
||||||
'*.dylib',
|
'*.dylib',
|
||||||
'*.dll',
|
'*.dll',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user