aboutsummaryrefslogtreecommitdiff
path: root/src/fpm_command_line.f90
diff options
context:
space:
mode:
authorurbanjost <urbanjost@comcast.net>2021-08-04 15:27:03 -0400
committerGitHub <noreply@github.com>2021-08-04 21:27:03 +0200
commit613da74f29b8ba8ca8de89bf403ab84e1490af30 (patch)
treec97a6774a64bd31d07013d6247c66a50eec5610e /src/fpm_command_line.f90
parent8c4fdae2df08d02c5b24e1bb5153132804f79df0 (diff)
downloadfpm-613da74f29b8ba8ca8de89bf403ab84e1490af30.tar.gz
fpm-613da74f29b8ba8ca8de89bf403ab84e1490af30.zip
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
Diffstat (limited to 'src/fpm_command_line.f90')
-rw-r--r--src/fpm_command_line.f907
1 files changed, 2 insertions, 5 deletions
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 ', &