aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-04-27 11:58:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-04-27 11:58:48 +0200
commit77a9dc17b487123dc1aaf5c41b539d9abfe32dee (patch)
tree4df4088203b481278b97f54661cb75503595c145
parente86333fa8790f624d82ecea2a8da40f85a1d3630 (diff)
Add build/{root,bootstrap}/ to new-generated .gitignore file
-rw-r--r--bdep/new.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/bdep/new.cxx b/bdep/new.cxx
index 5f99e6c..a6074b8 100644
--- a/bdep/new.cxx
+++ b/bdep/new.cxx
@@ -204,7 +204,8 @@ namespace bdep
{
os.open (f = bd / ".gitignore");
os << "config.build" << endl
- << "bootstrap/out-root.build" << endl;
+ << "root/" << endl
+ << "bootstrap/" << endl;
os.close ();
}