From 8758541668ba47518df42106de6b0d188861a68c Mon Sep 17 00:00:00 2001 From: hhhh Date: Sun, 14 Jun 2026 22:11:06 +0300 Subject: [PATCH] feat: initial commit for start --- .gitignore | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c107a7b --- /dev/null +++ b/.gitignore @@ -0,0 +1,57 @@ +# IDE +.idea +.vscode +compile_commands.json +.cache + +# Artefacts +bin/ +*build*/ + +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj +*.onjs/ + +# Precompiled Headers +*.gch +*.pch + +# Linker files +*.ilk + +# Debugger Files +*.pdb + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + +# Debug information files +*.dwo + +# CMake +*cmake*/ +/CMakeLists.txt +/cmake-build-*