From f3631b78598e7b8b36d2ef65b08c1123cfbde89d Mon Sep 17 00:00:00 2001
From: Felix Olesen <fo00150@surrey.ac.uk>
Date: Fri, 6 Mar 2020 14:13:30 +0000
Subject: [PATCH] Ignore data files and the results folder.

---
 .gitignore | 2 ++
 mars.txt   | 1 +
 2 files changed, 3 insertions(+)
 create mode 100644 .gitignore

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/mars.txt b/mars.txt
index b36abfd..93a3e13 100644
--- a/mars.txt
+++ b/mars.txt
@@ -1,3 +1,4 @@
 Cold and dry, but everything is my favorite color
 The two moons may be a problem for Wolfman
 But the Mummy will appreciate the lack of humidity
+An ill-considered change
-- 
GitLab