Files
atomic-swap/.gitignore
Dmitry Holodov ecd91f624c monero-wallet-rpc now embedded (#192)
* Embeds monero-wallet-rpc instead of having the user start it separately.
* Location of all the files standardized and documented in docs/default-file-locations.md.
* Ethereum and Monero wallets will be created if they do not exist.
* New RPC API  personal_balances added including swapcli support.
2022-10-07 22:18:46 -05:00

40 lines
614 B
Plaintext

# Binary suffixes
*.exe
*.exe~
*.dll
*.so
*.dylib
# Downloaded monero binaries
/monero.tar.bz2
/monero-*
# Generated binaries
/swapcli
/swapd
/swaprecover
/swaptester
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
/coverage.out
/coverage.html
# Logs from make targets
/test.log
/test-integration.log
# Apparently, swapd will generate libp2p keys with the names below into the current working
# directory (happens during unit tests too).
node.key
xmrmaker.key
xmrtaker.key
/cmd/daemon/*.key
/tests/*.log
# Ethereum contract compilation artifacts
/ethereum/abi/
/ethereum/bin/