From 42eb417939c6576c034afd578dac19d95064e2f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind?= Date: Fri, 18 Feb 2022 17:00:12 +0100 Subject: [PATCH] Update gitignore --- exercises/02/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/exercises/02/.gitignore b/exercises/02/.gitignore index 094a7fa..5ccf504 100644 --- a/exercises/02/.gitignore +++ b/exercises/02/.gitignore @@ -5,5 +5,8 @@ parser.c scanner.c y.tab.h +# Submission +*.tar.xz + # VSL treefiles *.ast \ No newline at end of file