diff options
| author | winter Sparkles | 2026-04-23 22:30:04 +0100 |
|---|---|---|
| committer | winter Sparkles | 2026-04-23 22:30:04 +0100 |
| commit | 05a9d192ee17c503172e785fd1383a62f2feb20b (patch) | |
| tree | 5afd3c7ec13fe80a6bc461bef30d0437c7c0fbf9 /.gitignore | |
initial commit
we have a few basic data structures so far! (and a bunch of other
non-code stuff like doxygen)
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..a5e6154 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +docs-generated/ +build/ |
