aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bdep/new.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/bdep/new.cxx b/bdep/new.cxx
index 6e90b57..b512497 100644
--- a/bdep/new.cxx
+++ b/bdep/new.cxx
@@ -1203,6 +1203,9 @@ cmd_new (cmd_new_options&& o, cli::group_scanner& args)
<< "*.ii.*" << '\n'
<< "*.o" << '\n'
<< "*.obj" << '\n'
+ << "*.gcm" << '\n'
+ << "*.pcm" << '\n'
+ << "*.ifc" << '\n'
<< "*.so" << '\n'
<< "*.dll" << '\n'
<< "*.a" << '\n'