go-mlx/.gitignore
Snider f7a57657d4 chore: gitignore dist/ (CMake install output)
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-19 19:30:23 +00:00

19 lines
166 B
Text

# Build artifacts
build/
*.dylib
*.so
*.a
# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
# CMake install output
dist/
# IDE
.idea/
.vscode/
*.swp