diff options
-rw-r--r-- | bdep/new.cxx | 3 |
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 (); } |