From f1025dbd887f5e8068833393cea8d8c036936396 Mon Sep 17 00:00:00 2001 From: David Shah Date: Tue, 28 Nov 2017 11:00:51 +0000 Subject: Add uncommitted changes and tidy up some files --- icefuzz/tests/ip/.gitignore | 3 ++- icefuzz/tests/ip/make_html_table.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'icefuzz/tests') diff --git a/icefuzz/tests/ip/.gitignore b/icefuzz/tests/ip/.gitignore index c1313c3..bd3c0cf 100644 --- a/icefuzz/tests/ip/.gitignore +++ b/icefuzz/tests/ip/.gitignore @@ -1 +1,2 @@ -work_ip/ \ No newline at end of file +work_ip/ +*.html diff --git a/icefuzz/tests/ip/make_html_table.py b/icefuzz/tests/ip/make_html_table.py index 3d8cb70..0bea73d 100755 --- a/icefuzz/tests/ip/make_html_table.py +++ b/icefuzz/tests/ip/make_html_table.py @@ -43,4 +43,4 @@ for print_t in ["SB", "G", "CBIT"]: x, y, name = entry print("%s(%d, %d, %s)%s" % (em_o, x, y, name, em_c), end='') print("") -print ("") \ No newline at end of file +print ("") -- cgit v1.2.3