From 89af055f09cf0fea8087e97ea43ecc2e6c1f5f0d Mon Sep 17 00:00:00 2001 From: Chris Sidebottom Date: Fri, 13 Aug 2021 15:54:15 +0000 Subject: [PATCH] Allow Linker script files to be committed This is a source file type needed for https://github.com/apache/tvm/pull/8744 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