Some .pem files are openssl output and have tabs and that's ok

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/tests/scripts/check-files.py b/tests/scripts/check-files.py
index 84cad49..86be3ff 100755
--- a/tests/scripts/check-files.py
+++ b/tests/scripts/check-files.py
@@ -233,6 +233,7 @@
 
     heading = "Tabs present:"
     suffix_exemptions = frozenset([
+        ".pem", # some openssl dumps have tabs
         ".sln",
         "/Makefile",
         "/generate_visualc_files.pl",