diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-09-03 00:49:27 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-09-03 00:49:27 +0200 |
| commit | d75b25d50f4df655d1e69ff900cfeee823039296 (patch) | |
| tree | e4afe9877021c4c76ffdf8dbbcc25c0c7f1a7f34 /.gitignore | |
Initial commit
Only a basic argument parser to start with.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..db9f3cd --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/build/ +/compile_commands.json |
