From 4097b7061f552b557a9de9d550150037d3009386 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Thu, 5 Oct 2023 13:06:28 +0100 Subject: [PATCH] Add .gitignore with LaTeX outputs --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9070ca2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# LaTeX output files +*.log +*.aux +*.pdf