diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-11-16 19:51:00 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-11-16 19:51:00 +0300 |
commit | 0c981325393f62138d817e20d3fbcd699e6c7abe (patch) | |
tree | 99f95a3665eba2038f412ea187db90ad904f3c2b /.gitignore | |
parent | 69222fe23685d98fad69507a9196de4f5a20ad7b (diff) |
Release version 1.0.0+5v1.0.0+5
Add .build2/local/ to .gitignore
Use build2 features available since 0.11.0 and bump build2 version requirement
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,2 +1,5 @@ .bdep/ +# Local default options files. +# +.build2/local/ |