grin/.gitignore
chives101 de94f95cda
feat: Add nix/flake support (#3743)
* CI update - Ubuntu Image

* Add nix/flake support

Example:

nix build github:mimblewimble/grin

./result/bin/grin --help

* Ignore ./result in git repo

result is the default symlink output for nix build

---------

Co-authored-by: chives101 <chives101@users.noreply.github.com>
2023-05-02 19:34:37 +02:00

17 lines
165 B
Text

*.swp
.DS_Store
.grin*
!node_clients
!node_clients.rs
target
*/Cargo.lock
*.iml
grin.log
wallet.seed
test_output
wallet_data
wallet/db
.idea/
.vscode/
/node*
result