diff options
author | Martin Ashby <martin@ashbysoft.com> | 2023-08-31 05:48:03 +0100 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2023-08-31 05:48:03 +0100 |
commit | 64ed30ea5fd62b07970151192977cf5c823eecad (patch) | |
tree | 68aa808430dead7f8366e32799245310411dd5bf /zig-comments | |
parent | ee968254708395548f62f5d427489ab15fbf5528 (diff) | |
download | mfashby.net-64ed30ea5fd62b07970151192977cf5c823eecad.tar.gz mfashby.net-64ed30ea5fd62b07970151192977cf5c823eecad.tar.bz2 mfashby.net-64ed30ea5fd62b07970151192977cf5c823eecad.tar.xz mfashby.net-64ed30ea5fd62b07970151192977cf5c823eecad.zip |
Move pq.zig to it's own repo for re-use in other projects
Diffstat (limited to 'zig-comments')
-rw-r--r-- | zig-comments/.gitignore | 2 | ||||
-rw-r--r-- | zig-comments/.vscode/launch.json | 16 |
2 files changed, 0 insertions, 18 deletions
diff --git a/zig-comments/.gitignore b/zig-comments/.gitignore deleted file mode 100644 index ee7098f..0000000 --- a/zig-comments/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -zig-out/ -zig-cache/ diff --git a/zig-comments/.vscode/launch.json b/zig-comments/.vscode/launch.json deleted file mode 100644 index 08ebd2a..0000000 --- a/zig-comments/.vscode/launch.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "type": "lldb", - "request": "launch", - "name": "Debug", - "program": "${workspaceFolder}/zig-out/bin/comments", - "args": [], - "cwd": "${workspaceFolder}" - } - ] -}
\ No newline at end of file |