summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-06-20 17:06:14 +0530
committersinanmohd <sinan@sinanmohd.com>2024-06-20 21:06:02 +0530
commitaf3ee1af961d21f106cf6ccc9606c6043f13d977 (patch)
tree77edb966dc455af18c82d4c8908cfae32e66d5f5 /.gitignore
parentf99142cb06352a81f874d66696d7e36a6c619ae8 (diff)
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..cf8ac42
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+vgcore.*