From 6495cf5b93add4b28b95c0d2dde6270295a96108 Mon Sep 17 00:00:00 2001 From: servostar Date: Tue, 13 Feb 2024 23:13:43 +0100 Subject: [PATCH] added build directory to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c517485..eee6202 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ Makefile .cache lexer.ll.c parser.tab.c -parser.tab.h \ No newline at end of file +parser.tab.h +build \ No newline at end of file