diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-01-06 16:37:10 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-01-06 16:37:10 +0200 |
commit | 5ae1ebd7facda3c6bddb6b0a2b0b9899eea04607 (patch) | |
tree | 0c81275072bdca9bfd6841c919b1230ef31d90ee | |
parent | 2b6c02641766dfb78d3d9e025511f100d1297c0c (diff) |
Add missing *.dylib to generated .gitignore file
-rw-r--r-- | bdep/new.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bdep/new.cxx b/bdep/new.cxx index 6f222d8..04cf3ca 100644 --- a/bdep/new.cxx +++ b/bdep/new.cxx @@ -1303,6 +1303,7 @@ cmd_new (cmd_new_options&& o, cli::group_scanner& args) << "*.pcm" << '\n' << "*.ifc" << '\n' << "*.so" << '\n' + << "*.dylib" << '\n' << "*.dll" << '\n' << "*.a" << '\n' << "*.lib" << '\n' |