From 13c100a7dcae66f78339019dd272af8b177e79ba Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 5 Mar 2021 15:45:47 +0100 Subject: Updated test.sh to be complient to shellcheck --- .gitignore | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b855eaf..708a2d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,13 @@ -a.out -checker -push_swap -!src/checker -!src/push_swap *.o *.ghc *.dSYM + +a.out +tags benchmark.json result.log + +checker +push_swap +!src/checker +!src/push_swap -- cgit