aboutsummaryrefslogtreecommitdiffstats
path: root/icefuzz/tests
diff options
context:
space:
mode:
Diffstat (limited to 'icefuzz/tests')
-rw-r--r--icefuzz/tests/ip/.gitignore3
-rwxr-xr-xicefuzz/tests/ip/make_html_table.py2
2 files changed, 3 insertions, 2 deletions
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("<td>%s(%d, %d, %s)%s</td>" % (em_o, x, y, name, em_c), end='')
print("</tr>")
-print ("</table>") \ No newline at end of file
+print ("</table>")