From 44a6920e80ea91c707b3206671d4823a0979f65c Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 28 Nov 2022 09:08:53 +0100 Subject: [PATCH] ignore all the temp files of latex --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 594c737..24005c1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ *.o othello + +report/* +!report/*.tex