diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-04-27 11:58:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-04-27 11:58:48 +0200 |
commit | 77a9dc17b487123dc1aaf5c41b539d9abfe32dee (patch) | |
tree | 4df4088203b481278b97f54661cb75503595c145 | |
parent | e86333fa8790f624d82ecea2a8da40f85a1d3630 (diff) |
Add build/{root,bootstrap}/ to new-generated .gitignore file
-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 (); } |