From 4da7d43344379a89c9a56767756fe6f7e18d2d14 Mon Sep 17 00:00:00 2001 From: Andrew Golovashevich Date: Wed, 9 Oct 2024 12:20:12 +0300 Subject: [PATCH] Initial commit --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore 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