From 3e0c461f26b5174759dbb932986006f73a94a816 Mon Sep 17 00:00:00 2001 From: Christopher Sidebottom Date: Mon, 16 Aug 2021 09:15:26 +0100 Subject: [PATCH] Allow Linker script files to be committed (#8745) This is a source file type needed for https://github.com/apache/tvm/pull/8744 Co-authored-by: Grant Watson Co-authored-by: Grant Watson --- tests/lint/check_file_type.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/lint/check_file_type.py b/tests/lint/check_file_type.py index 01447ac6183f..f72bd002b56e 100644 --- a/tests/lint/check_file_type.py +++ b/tests/lint/check_file_type.py @@ -82,6 +82,8 @@ "cl", # zephyr config file "conf", + # linker scripts + "ld", } # List of file names allowed