From bf5bcfd34c56d04b2e93160f4ca1d168056bd48d Mon Sep 17 00:00:00 2001 From: kenorb Date: Thu, 5 Sep 2024 00:15:58 +0100 Subject: [PATCH] Adds .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 251bfe7..99b35d4 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,11 @@ *.swp *~ +# Ignores test results in HTML format. +*.htm + +# Ignores test result logs. +*.log + # Ignores Finder metadata files on Mac .DS_Store