aboutsummaryrefslogtreecommitdiff
path: root/bdep
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-01-06 16:37:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-01-06 16:37:10 +0200
commit5ae1ebd7facda3c6bddb6b0a2b0b9899eea04607 (patch)
tree0c81275072bdca9bfd6841c919b1230ef31d90ee /bdep
parent2b6c02641766dfb78d3d9e025511f100d1297c0c (diff)
Add missing *.dylib to generated .gitignore file
Diffstat (limited to 'bdep')
-rw-r--r--bdep/new.cxx1
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'