From 7762fa4d5454be7be0e89b09986f31bbdff79a83 Mon Sep 17 00:00:00 2001 From: red031000 Date: Fri, 10 Jul 2020 17:25:12 +0100 Subject: bit of work on graphics, mostly setup --- files/data/.gitignore | 2 ++ files/data/cell0.NCGR | Bin 8240 -> 0 bytes files/data/cell0.NCLR | Bin 552 -> 0 bytes files/data/cell0.png | Bin 0 -> 572 bytes 4 files changed, 2 insertions(+) create mode 100644 files/data/.gitignore delete mode 100644 files/data/cell0.NCGR delete mode 100644 files/data/cell0.NCLR create mode 100644 files/data/cell0.png (limited to 'files/data') diff --git a/files/data/.gitignore b/files/data/.gitignore new file mode 100644 index 00000000..e405595a --- /dev/null +++ b/files/data/.gitignore @@ -0,0 +1,2 @@ +cell0.NCGR +cell0.NCLR diff --git a/files/data/cell0.NCGR b/files/data/cell0.NCGR deleted file mode 100644 index 76a112b3..00000000 Binary files a/files/data/cell0.NCGR and /dev/null differ diff --git a/files/data/cell0.NCLR b/files/data/cell0.NCLR deleted file mode 100644 index 680c004b..00000000 Binary files a/files/data/cell0.NCLR and /dev/null differ diff --git a/files/data/cell0.png b/files/data/cell0.png new file mode 100644 index 00000000..bfd49d69 Binary files /dev/null and b/files/data/cell0.png differ -- cgit v1.2.3