From b566fcb73c64757b7e2b5ed8aac3c1d54e3c89a2 Mon Sep 17 00:00:00 2001 From: salman Date: Mon, 6 Feb 2023 13:44:23 +0100 Subject: [PATCH] Ignore build folder and LaTex compilation files. --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 259148f..2cdd71a 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,10 @@ *.exe *.out *.app + +# Build Folder +build/ + +# Latex compilation +*.aux +*.log