From f23ffd5c8563b7c1c9ae3d50ff170118d2c64c2a Mon Sep 17 00:00:00 2001 From: David Zuelke Date: Wed, 12 Apr 2023 12:51:04 +0200 Subject: [PATCH] add missing .gitignore for test/var/log/ The rspec_parallel runtime logs should be in the repo (and are), this .gitignore reflects that - the parent .gitignore would otherwise ignore them. --- test/var/log/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/var/log/.gitignore diff --git a/test/var/log/.gitignore b/test/var/log/.gitignore new file mode 100644 index 00000000..50d68023 --- /dev/null +++ b/test/var/log/.gitignore @@ -0,0 +1,2 @@ +!README.md +!parallel_runtime_rspec.*.log