vcreate: gitignore executable files (#6585)
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