diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-12 16:26:26 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-12 16:26:26 +0200 |
commit | 957053e7bf25ae9cfda0243d3cbcad1e9abac60a (patch) | |
tree | 6ef4b9b7a846729e4c8e376297fe4bcd6a9367ce /.gitignore | |
parent | 3db5a4a84c5fd2c35b1bc9e77b271f18406138e9 (diff) |
implement linked list
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b24328f --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +main +*.o +compile_commands.json +.cache |