From dedf82853e56abe99698f4da3cbaad4ab4204403 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Fri, 8 Mar 2024 10:37:39 -0800 Subject: [PATCH] updated to ignore all the contents of the build directory --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index ea02e88..a0d95e3 100644 --- a/.gitignore +++ b/.gitignore @@ -99,5 +99,9 @@ dkms.conf *.out *.app +# Build dir stuff. +build/* + +# Documentaion docs/html docs/latex