commit 4da7d43344379a89c9a56767756fe6f7e18d2d14 Author: Andrew Golovashevich Date: Wed Oct 9 12:20:12 2024 +0300 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e31839a --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +*.o +*.obj +*.dll +*.so +*.a +*.lib +*.exe + +/.idea/ +/*build*/ \ No newline at end of file