From 49fe24ef1af838494da646b5ee9ab056fed78e0e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 10 May 2021 09:48:41 +0200 Subject: Generate .gitignore in .bdep/ to prevent accidentally committing it --- bdep/init.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bdep/init.hxx') diff --git a/bdep/init.hxx b/bdep/init.hxx index 475c87e..6a2afd2 100644 --- a/bdep/init.hxx +++ b/bdep/init.hxx @@ -49,6 +49,12 @@ namespace bdep cmd_init_options merge_options (const default_options&, const cmd_init_options&); + + // Create the .bdep/ subdirectory in the specified directory if it does not + // already exist. + // + void + mk_bdep_dir (const dir_path&); } #endif // BDEP_INIT_HXX -- cgit v1.1