mirror of
https://github.com/AthanorLabs/atomic-swap.git
synced 2026-01-08 05:43:58 -05:00
41 lines
617 B
Plaintext
41 lines
617 B
Plaintext
# Binary suffixes
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Downloaded monero binaries
|
|
/monero.tar.bz2
|
|
/monero-*
|
|
|
|
# Generated binaries
|
|
/bin/
|
|
/release-bin/
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
/coverage.txt
|
|
/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/
|
|
|
|
# IDE settings
|
|
/.idea/
|