diff --git a/cmscontrib/ExportSubmissions.py b/cmscontrib/ExportSubmissions.py index b53fd5cb9..44d5d5ee8 100755 --- a/cmscontrib/ExportSubmissions.py +++ b/cmscontrib/ExportSubmissions.py @@ -57,6 +57,8 @@ TEMPLATE[".cpp"] = TEMPLATE[".c"] TEMPLATE[".java"] = TEMPLATE[".c"] TEMPLATE[".txt"] = TEMPLATE[".c"] +TEMPLATE[".cs"] = TEMPLATE[".c"] +TEMPLATE[".rs"] = TEMPLATE[".c"] def filter_top_scoring(results, unique):