chore: updated gitignore, removed accidental file

This commit is contained in:
Abdellah El Morabit 2025-11-16 18:05:08 +01:00
parent ebe167e951
commit 5a126081e0
2 changed files with 1 additions and 7 deletions

2
.gitignore vendored
View File

@ -5,6 +5,6 @@ project/target
project/project/ project/project/
.bloop/ .bloop/
.metals/ .metals/
.bsp/
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid* hs_err_pid*

6
ALU
View File

@ -1,6 +0,0 @@
package com.nsrddyn.torque.cpu
class ALU() extends Cpu() {
}