From 25fd8e368ff1622114f4d71109a996e33322a90a Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Mon, 20 Mar 2023 15:41:05 +0900 Subject: [PATCH] gitignore: Ignore any local tar balls --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e51c42e..8715a91 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ *.raw +*.tgz +*.tar.gz