Skip to content

Commit

Permalink
Full Makefile project cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
parazyd committed Nov 21, 2023
1 parent 14b4c96 commit 673b0ec
Show file tree
Hide file tree
Showing 25 changed files with 346 additions and 359 deletions.
68 changes: 27 additions & 41 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,50 +1,36 @@
/target

*.pyc
*.pickle
*.sage.py
*.wasm
*.zk.bin

*_circuit_layout.png
.vscode/
.idea/
.cargo/
.DS_Store
.#*
*.profraw
*_original
python-venv

/vendor/*
/target/*
/tmp/*

/cashierd
/dao
/daod
/dhtd
/darkfid

/bin/zkas/zkas
/zkas

/bin/darkfid2/darkfid2
/darkfid2

/bin/darkfi-mmproxy/darkfi-mmproxy
/darkfi-mmproxy
/darkotc
/dnetview
/drk
/faucetd
/fu
/fud
/genevd
/genev
/ircd

/bin/darkirc/darkirc
/darkirc
/tau

/bin/genev/genev-cli/genev
/genev

/bin/genev/genevd/genevd
/genevd

/bin/lilith/lilith
/lilith

/bin/tau/taud/taud
/taud

/bin/vanityaddr/vanityaddr
/vanityaddr
/zkas
/lilith
/darkwiki
/darkwikid
/zktool
/riscv-bins
/static-bins

# tags, ctags, rusty-tags
TAGS
rusty-tags.emacs
rusty-tags.vi

204 changes: 66 additions & 138 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ doctest = false
[workspace]
members = [
"bin/zkas",
"bin/darkfid",
#"bin/darkfid",
"bin/darkfid2",
"bin/darkfi-mmproxy",
#"bin/drk",
"bin/faucetd",
#"bin/faucetd",
#"bin/fud/fu",
"bin/fud/fud",
#"bin/fud/fud",
"bin/genev/genevd",
"bin/genev/genev-cli",
"bin/darkirc",
Expand Down
Loading

0 comments on commit 673b0ec

Please sign in to comment.