diff options
| author | batsumaru <> | 2026-08-09 10:54:32 +0900 |
|---|---|---|
| committer | batsumaru <> | 2026-08-09 10:54:32 +0900 |
| commit | 86e6b2a2a35f46550439262978d52bdeb93c6dc6 (patch) | |
| tree | 06324833942126ca5132ec595d8880c8a8a55eed /.gitignore | |
Initial commit, fixed point addition
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6634468 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/build +/.cache + +/subprojects/* +!/subprojects/*.wrap |
