From abea3a6885fd111e9411d11b4454633caf3e9775 Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Thu, 8 Dec 2022 21:51:23 -0600 Subject: [PATCH] Gitignore the class files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 99d26a2..bf9e730 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ test* input* data* -*.dnc.* \ No newline at end of file +*.dnc.* +*.class \ No newline at end of file