diff --git a/.gitignore b/.gitignore index 92e6ccb..5bbfb42 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,6 @@ project/target project/project/ .bloop/ .metals/ - +.bsp/ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* diff --git a/ALU b/ALU deleted file mode 100644 index f74c1d5..0000000 --- a/ALU +++ /dev/null @@ -1,6 +0,0 @@ -package com.nsrddyn.torque.cpu - - -class ALU() extends Cpu() { - -}