From 613da74f29b8ba8ca8de89bf403ab84e1490af30 Mon Sep 17 00:00:00 2001 From: urbanjost Date: Wed, 4 Aug 2021 15:27:03 -0400 Subject: Generate build/.gitignore (#528) - git-specific, but not git-dependent but is it better if managed directly by fpm - no .gitignore generated by subcommand new --- src/fpm_command_line.f90 | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/fpm_command_line.f90') diff --git a/src/fpm_command_line.f90 b/src/fpm_command_line.f90 index 86e6d5d..959a13f 100644 --- a/src/fpm_command_line.f90 +++ b/src/fpm_command_line.f90 @@ -938,14 +938,11 @@ contains ' o runs the command "git init" in that directory ', & ' o populates the directory with the default project directories ', & ' o adds sample Fortran source files ', & - ' o adds a ".gitignore" file for ignoring the build/ directory ', & - ' (where fpm-generated output will be placed) ', & ' ', & ' The default file structure (that will be automatically scanned) is ', & ' ', & ' NAME/ ', & ' fpm.toml ', & - ' .gitignore ', & ' src/ ', & ' NAME.f90 ', & ' app/ ', & @@ -1006,8 +1003,8 @@ contains ' depend extensively on non-default build options. ', & ' ', & ' --bare A minimal manifest file ("fpm.toml") is created and ', & - ' a ".gitignore" and "README.md" file is created but no ', & - ' directories or sample Fortran is generated. ', & + ' "README.md" file is created but no directories or ', & + ' sample Fortran are generated. ', & ' ', & ' --help print this help and exit ', & ' --version print program version information and exit ', & -- cgit v1.2.3