exercism/cpp/.gitignore
2025-05-06 18:36:59 +03:00

23 lines
206 B
Text

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