aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bdep/new.cxx4
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