40 lines
461 B
Plaintext
40 lines
461 B
Plaintext
# Build output
|
|
/build
|
|
/build-windows
|
|
scripts/build
|
|
|
|
# Dependencies
|
|
/deps-windows
|
|
scripts/deps
|
|
|
|
# IDE / editor
|
|
/CMakeLists.txt.user
|
|
/.idea
|
|
.vscode
|
|
/.qtcreator
|
|
|
|
# Mining config (contains pool/wallet settings — copy config.example.json)
|
|
src/config.json
|
|
|
|
# Build artifacts (safety net)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.dll
|
|
*.exe
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Dependency tarballs
|
|
*.tar.gz
|
|
|
|
# Generated OpenCL
|
|
/src/backend/opencl/cl/cn/cryptonight_gen.cl
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*~
|