From 2ac1eacd1064f151657d8b53b6ac877b78e04336 Mon Sep 17 00:00:00 2001
From: Mike Lake <Mike.Lake@uts.edu.au>
Date: Mon, 25 Oct 2021 16:35:15 +1100
Subject: [PATCH] Added git ignore

---
 .gitignore | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3ad22d0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,19 @@
+# git ignore
+
+# Output file.
+check_utilisation.html
+
+# Sqlite3 database containing user information.
+*.db
+
+# Provided by PBS
+pbs_ifl.h*
+
+# These are created by swig and gcc
+pbs.py
+_pbs.so
+pbs_wrap.c
+
+# Created when python runs
+*.pyc
+
-- 
GitLab