diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-07-05 08:40:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-07-05 08:40:57 +0200 |
commit | 7b874dd2c9f22d4134f638520d4c9349c1eef179 (patch) | |
tree | af8cb0dc4148288ebcda82d51dae2de1ce8e72de | |
parent | 049122c99124a3bd6e55fce26d7f6ed7cfea0da8 (diff) |
Add BMI extensions to .gitignore file generated by bdep-new
-rw-r--r-- | bdep/new.cxx | 3 |
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' |