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