From 4e87d6d2881c9d25e373512d67015c7ef8093e5d Mon Sep 17 00:00:00 2001 From: Liam O'Driscoll <lo00301@surrey.ac.uk> Date: Wed, 24 Mar 2021 11:07:38 +0000 Subject: [PATCH] Ignore data files and the results folder --- .gitignore | 2 ++ c.dt | 0 mars.txt | 3 --- venus.txt# | 1 + 4 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 .gitignore create mode 100644 c.dt create mode 100644 venus.txt# diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f451386 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.dat +results/ diff --git a/c.dt b/c.dt new file mode 100644 index 0000000..e69de29 diff --git a/mars.txt b/mars.txt index 89fcbe6..382ccd9 100644 --- a/mars.txt +++ b/mars.txt @@ -1,4 +1 @@ Cold and dry, but everything is my favourite colour -The two moons may be a problem for Wolfman -But the Mummy will appreciate the lack of humidity -Maybe I should start a base on Venus. diff --git a/venus.txt# b/venus.txt# new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/venus.txt# @@ -0,0 +1 @@ + -- GitLab