diff options
-rw-r--r-- | bdep/new.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bdep/new.cxx b/bdep/new.cxx index 359d45f..a69508d 100644 --- a/bdep/new.cxx +++ b/bdep/new.cxx @@ -816,6 +816,10 @@ namespace bdep open (out / ".gitignore"); if (!pkg) os << bdep_dir.posix_representation () << endl + << endl + << "# Local default options files." << endl + << "#" << endl + << ".build2/local/" << endl << endl; if (t != type::empty) os << "# Compiler/linker output." << endl |