mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
da33c9619c
* Update to leveldb upstream using subtree merge * Import crc32c using subtree merge as as 'src/crc32c' * build: Update build system for new leveldb Upstream leveldb switched build systems, which means we need to define a few different values. Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com> * doc: Add crc32c subtree to developer notes * test: Add crc32c to subtree check linter * test: Add crc32c exception to various linters and generation scripts * build: Add LCOV exception for crc32c Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com> * build: CRC32C build system integration Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
9 lines
68 B
Plaintext
9 lines
68 B
Plaintext
# Editors.
|
|
*.sw*
|
|
.DS_Store
|
|
/.vscode
|
|
|
|
# Build directory.
|
|
build/
|
|
out/
|