vcreate: gitignore executable files (#6585)

pull/6593/head
Anton Zavodchikov 2020-10-09 16:56:43 +03:00 committed by GitHub
parent 0edcd5efb0
commit a6f7f0ac8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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',