From e9e67d3f4ae3a1fbeb1e66fde05626c0e9a602fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind?= Date: Mon, 21 Feb 2022 12:45:11 +0100 Subject: [PATCH] Added buildfiles --- exercises/03/.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 exercises/03/.gitignore diff --git a/exercises/03/.gitignore b/exercises/03/.gitignore new file mode 100644 index 0000000..5ccf504 --- /dev/null +++ b/exercises/03/.gitignore @@ -0,0 +1,12 @@ +# Buildfiles +*.o +vslc/src/vslc +parser.c +scanner.c +y.tab.h + +# Submission +*.tar.xz + +# VSL treefiles +*.ast \ No newline at end of file