From 2de65771eaa8864c7901b436808f892c00c0c1ba Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sun, 29 May 2022 22:01:16 +0200 Subject: [PATCH] ignore .tar.gz --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 49bd7440..c5ae0678 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,5 @@ result hyprctl/hyprctl gmon.out -*.out \ No newline at end of file +*.out +*.tar.gz \ No newline at end of file