From 54394620893f7245c7697a57d724d430d06b57d1 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 6 Oct 2020 15:57:29 +0200 Subject: Added pipeline ast and pipeline evaluation (not working when first command is infinite) --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index afd864a..f70fd1a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ tmp/* a.out vgcore.* *.orig +*.dSYM -- cgit