mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: add PageOps metrics to libmdbx-rs (#5786)
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@ -9,7 +9,6 @@ target/
|
||||
# MSVC Windows builds of rustc generate these, which store debugging information
|
||||
*.pdb
|
||||
|
||||
|
||||
# Generated by Intellij-based IDEs.
|
||||
.idea
|
||||
|
||||
@ -43,5 +42,8 @@ lcov.info
|
||||
# Generated by ./etc/generate-jwt.sh
|
||||
jwttoken/
|
||||
|
||||
# Cache directory for CCLS, if using it with MDBX sources
|
||||
.ccls-cache/
|
||||
|
||||
# Generated by CMake due to MDBX sources
|
||||
crates/storage/libmdbx-rs/mdbx-sys/libmdbx/cmake-build-debug
|
||||
Reference in New Issue
Block a user