[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Thu, 19 Oct 2023 07:33:16 -0400 (EDT) |
branch: master
commit 2b3fa4d6379f44be36ad614f620c2c9f83783628
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Thu Oct 19 12:33:02 2023 +0100
.gitignore do not ignore *val.log
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index 95e1bb2e25..56dd3ab7d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -377,3 +377,6 @@ Pod-Simple-Texinfo/blib
Pod-Simple-Texinfo/pm_to_blib
Pod-Simple-Texinfo/MYMETA.json
Pod-Simple-Texinfo/MYMETA.yml
+
+# report these files so we can clean them up
+!**/*val.log