From 7dda91f7f6a29e04f47cb53773b44b00cef71bba Mon Sep 17 00:00:00 2001 From: Shahana Farooqui Date: Tue, 27 Jun 2023 15:44:11 -0700 Subject: [PATCH] gitignore: Ignore SHA256SUMS from release verify Ignore SHA256SUMS and SHA256SUMS.asc used for release verification --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 14aeba091..8d2e96ec6 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,6 @@ focal/ jammy/ release/ .vscode/ + +# Ignore release verification Sha256Sums +SHA256SUMS-*