Files
cpp-course/.gitignore
T

28 lines
219 B
Plaintext

# Build directories
build/
build-gcc26/
cmake-build-*/
out/
# CLion / IDE
.idea/
*.iml
.vscode/
# Compiled artifacts
*.o
*.obj
*.a
*.so
*.dylib
*.exe
# Test artifacts
Testing/
*.gcno
*.gcda
# OS
.DS_Store
Thumbs.db