From a5a3b92dec64fd04aceaf943ac2c0c64e58b9bf0 Mon Sep 17 00:00:00 2001 From: Deryck Brown Date: Thu, 12 May 2022 17:44:46 +0100 Subject: [PATCH] Updated .gitignore files. --- Triangle.AbstractMachine.Disassembler/.gitignore | 3 ++- Triangle.AbstractMachine.Interpreter/.gitignore | 3 ++- Triangle.AbstractMachine/.gitignore | 3 ++- Triangle.Compiler/.gitignore | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) 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