diff --git a/.gitignore b/.gitignore index 2d807b4..b0a88f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -tinyriscv \ No newline at end of file +#executables +*.out +*.exe \ No newline at end of file diff --git a/tinyriscv b/tinyriscv new file mode 100755 index 0000000..53c6b00 Binary files /dev/null and b/tinyriscv differ