mirror of
https://github.com/vacp2p/zerokit.git
synced 2026-01-06 21:24:04 -05:00
30 lines
502 B
Plaintext
30 lines
502 B
Plaintext
# Common files to ignore in Rust projects
|
|
.DS_Store
|
|
.idea
|
|
*.log
|
|
tmp/
|
|
|
|
# Generated by Cargo will have compiled files and executables
|
|
/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
|
|
|
|
# FFI C examples
|
|
rln/ffi_c_examples/main
|
|
rln/ffi_c_examples/rln.h
|
|
rln/ffi_c_examples/database
|
|
|
|
# FFI Nim examples
|
|
rln/ffi_nim_examples/main
|
|
rln/ffi_nim_examples/database
|
|
|
|
# Vscode
|
|
.vscode
|