From 0fd6639dca6c2b33ece4ccb807f9ad76cfa63815 Mon Sep 17 00:00:00 2001
From: Alfred Burgess <aburgess@ucc.gu.uwa.edu.au>
Date: Mon, 4 Mar 2024 20:38:29 +0800
Subject: [PATCH] Added a git ignore. I will expand and add into the makefiles
 as needed soon. If not someone ping me

---
 .gitignore | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/.gitignore b/.gitignore
index 7ce0e8d..70e67a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+# Latex build files
 *.out
 *.dvi
 *.aux
@@ -5,4 +6,29 @@
 *.toc
 *.bbl
 *.blg
+*.fls
+*.gz
+*.fdb_latexmk
 *~
+
+
+# Editor files
+*.swp
+*.bak
+*.synctex.gz
+*.synctex(busy)
+*.synctex(busy).gz
+
+# Output files
+*.out
+*.pdf
+*.dvi
+
+# Miscellaneous
+._*
+*~
+*.backup
+*.bbl
+*.blg
+
+
-- 
GitLab