From 307d809ef78ad507b031b3dc1573da0768dff7d1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 13 Aug 2019 18:47:07 +0300 Subject: Add .build2/ into generated for new project .gitignore --- bdep/new.cxx | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.1