cleanup
This commit is contained in:
33
.gitignore
vendored
33
.gitignore
vendored
@@ -1,10 +1,39 @@
|
||||
# Build output
|
||||
/build
|
||||
/build-windows
|
||||
/deps-windows
|
||||
scripts/build
|
||||
|
||||
# Dependencies
|
||||
/deps-windows
|
||||
scripts/deps
|
||||
|
||||
# IDE / editor
|
||||
/CMakeLists.txt.user
|
||||
/.idea
|
||||
/src/backend/opencl/cl/cn/cryptonight_gen.cl
|
||||
.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
|
||||
*~
|
||||
|
||||
Reference in New Issue
Block a user