From 1b5ab5a41adc29d4d1dc5d76cefc67a0ee6dcb0f Mon Sep 17 00:00:00 2001
From: jwansek <eddie.atten.ea29@gmail.com>
Date: Mon, 29 Nov 2021 16:23:15 +0000
Subject: tidied up the folder a bit

---
 .gitignore              |   1 +
 src/anotherexample.txt  |   6 ------
 src/esotericFORTRAN.jar | Bin 32367 -> 0 bytes
 src/example.txt         |   8 --------
 4 files changed, 1 insertion(+), 14 deletions(-)
 delete mode 100644 src/anotherexample.txt
 delete mode 100644 src/esotericFORTRAN.jar
 delete mode 100644 src/example.txt

diff --git a/.gitignore b/.gitignore
index 8c82233..be47fdb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 *.exe
 src/.vscode/
 src/build/
+*.jar
 
 *.class
 code/simpleSableCCCalulator/sableCCCalculator/analysis/
diff --git a/src/anotherexample.txt b/src/anotherexample.txt
deleted file mode 100644
index 21100b2..0000000
--- a/src/anotherexample.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-character (len=10)::hello
-hello="hello"
-if 4==5 then
-hello="goodbye "
-endif
-print *,hello,6," world" endprint
\ No newline at end of file
diff --git a/src/esotericFORTRAN.jar b/src/esotericFORTRAN.jar
deleted file mode 100644
index 5e0298e..0000000
Binary files a/src/esotericFORTRAN.jar and /dev/null differ
diff --git a/src/example.txt b/src/example.txt
deleted file mode 100644
index 22a2bfb..0000000
--- a/src/example.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-int dimension(5)::test
-int::i
-do i=0,4
-test(i)=i
-end do
-do i=0,4
-print*,test(i)
-end do
\ No newline at end of file
-- 
cgit v1.2.3