diff --git a/Triangle.AbstractMachine.Disassembler/.gitignore b/Triangle.AbstractMachine.Disassembler/.gitignore index 2f7896d..0f44a0f 100644 --- a/Triangle.AbstractMachine.Disassembler/.gitignore +++ b/Triangle.AbstractMachine.Disassembler/.gitignore @@ -1 +1,2 @@ -target/ +/target/ +/.classpath diff --git a/Triangle.AbstractMachine.Interpreter/.gitignore b/Triangle.AbstractMachine.Interpreter/.gitignore index 2f7896d..0f44a0f 100644 --- a/Triangle.AbstractMachine.Interpreter/.gitignore +++ b/Triangle.AbstractMachine.Interpreter/.gitignore @@ -1 +1,2 @@ -target/ +/target/ +/.classpath diff --git a/Triangle.AbstractMachine/.gitignore b/Triangle.AbstractMachine/.gitignore index 2f7896d..0f44a0f 100644 --- a/Triangle.AbstractMachine/.gitignore +++ b/Triangle.AbstractMachine/.gitignore @@ -1 +1,2 @@ -target/ +/target/ +/.classpath diff --git a/Triangle.Compiler/.gitignore b/Triangle.Compiler/.gitignore index 2f7896d..0f44a0f 100644 --- a/Triangle.Compiler/.gitignore +++ b/Triangle.Compiler/.gitignore @@ -1 +1,2 @@ -target/ +/target/ +/.classpath