From bbcde81eaf3a67bcd7113bea2772bb9e4dacac00 Mon Sep 17 00:00:00 2001 From: Barry Kane Date: Mon, 15 Apr 2024 23:36:44 +0100 Subject: [PATCH] Updated gitignore * .gitignore: Added in tests and logs to be ignored. --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c9e1630..d9dcf87 100644 --- a/.gitignore +++ b/.gitignore @@ -110,4 +110,8 @@ config.h config.h.in stamp-h1 -build/ \ No newline at end of file +build/ + +# Tests: +*.log +*_test* \ No newline at end of file