diff options
author | Keuin <[email protected]> | 2022-04-11 10:07:48 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2022-04-11 10:07:48 +0800 |
commit | 00bfec66319e3e53a3b51d1d1ffbc899633f29a2 (patch) | |
tree | 6f2d2a6bf962a9b6d376847b03387d81723e7675 /.gitignore |
Basic 3d vector operations. Testing with GoogleTest.
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..8a8a9e2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +cmake-build* + +.code +.idea
\ No newline at end of file |