diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-13 18:47:07 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-14 15:05:58 +0300 |
commit | 307d809ef78ad507b031b3dc1573da0768dff7d1 (patch) | |
tree | b067465b836faa0f97ca370a48ff8103c836f57f | |
parent | 5f571ad3cc75d35a8259ca6a3d5d78b6ee62d137 (diff) |
Add .build2/ into generated for new project .gitignore
-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 |