mirror of
https://github.com/vacp2p/zerokit.git
synced 2026-01-08 21:28:11 -05:00
Noticed the builds in `nix/default.nix` were not using the tooling from `rust-overlay` but instead using older one from `pkgs`. This also removes the need to compile LLVM before building Zerokit. Signed-off-by: Jakub Sokołowski <jakub@status.im>
21 lines
311 B
Plaintext
21 lines
311 B
Plaintext
.DS_Store
|
|
.idea
|
|
*.log
|
|
tmp/
|
|
rln/pmtree_db
|
|
rln-cli/database
|
|
|
|
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
debug/
|
|
target/
|
|
|
|
# Generated by Nix
|
|
result
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
*.pdb
|