few, FINALLY BUILDED

This commit is contained in:
rorikstr 2025-05-06 16:22:44 +03:00
parent b50153dcfe
commit c96be01371
11 changed files with 18204 additions and 0 deletions

23
cpp/hello-world/.gitignore vendored Normal file
View file

@ -0,0 +1,23 @@
# Билд-артефакты
build/
**/*build*/
*.sln
*.vcxproj*
*.cmake
CMakeCache.txt
CMakeFiles/
Makefile
.cache/
# Бинарники
*.out
*.exe
*.a
*.so
*.dll
# Отладка
*.ilk
*.pdb
*.dSYM/