From aeb0023035871d0a09ec2f7c6446adcd3af26f92 Mon Sep 17 00:00:00 2001 From: Stephan Bosch Date: Thu, 27 Feb 2025 22:25:32 +0100 Subject: [PATCH] .gitignore - Add auth-token-secret.dat This is often left over from interrupted src/auth tests. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 10d85b9bee..11d0798c98 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ Makefile.in compile_commands.json *~ vgcore.* +auth-token-secret.dat /configure /config.cache -- 2.47.3