diff --git a/.gitignore b/.gitignore index dc410b3..bcd383f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /bin /fuzz +/test/mld +/test/msim diff --git a/test/mld/div.o b/test/mld/div.o deleted file mode 100644 index 0ec84f2..0000000 Binary files a/test/mld/div.o and /dev/null differ diff --git a/test/mld/fault.o b/test/mld/fault.o deleted file mode 100644 index fb48c85..0000000 Binary files a/test/mld/fault.o and /dev/null differ diff --git a/test/mld/fncall.o b/test/mld/fncall.o deleted file mode 100644 index 76732db..0000000 Binary files a/test/mld/fncall.o and /dev/null differ diff --git a/test/mld/hello.o b/test/mld/hello.o deleted file mode 100644 index ed85643..0000000 Binary files a/test/mld/hello.o and /dev/null differ diff --git a/test/msim/div b/test/msim/div deleted file mode 100755 index de72052..0000000 Binary files a/test/msim/div and /dev/null differ diff --git a/test/msim/fault b/test/msim/fault deleted file mode 100755 index d1f5e0b..0000000 Binary files a/test/msim/fault and /dev/null differ diff --git a/test/msim/fncall b/test/msim/fncall deleted file mode 100755 index 7060b14..0000000 Binary files a/test/msim/fncall and /dev/null differ diff --git a/test/msim/hello b/test/msim/hello deleted file mode 100755 index 02a3aa9..0000000 Binary files a/test/msim/hello and /dev/null differ