From af3ee1af961d21f106cf6ccc9606c6043f13d977 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Thu, 20 Jun 2024 17:06:14 +0530 Subject: jobs: use pointer arrays for outputs and dependencies we still get simpler deletions because the order of the array is not important so we can pop the last item and insert it in place of the deleted one --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cf8ac42 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +vgcore.* -- cgit v1.2.3