Files
2026-01-08 20:40:59 -08:00

77 lines
1.2 KiB
Plaintext

# See http://help.github.com/ignore-files/ for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile ~/.gitignore_global
*/**/*un~
*/**/*.test
*un~
.DS_Store
*/**/.DS_Store
#*
.#*
*#
*~
.project
.settings
# used by the Makefile
/build/_workspace/
/build/cache/
/build/bin/
/geth*.zip
# used by the build/ci.go archive + upload tool
/geth*.tar.gz
/geth*.tar.gz.sig
/geth*.tar.gz.asc
/geth*.zip.sig
/geth*.zip.asc
# travis
profile.tmp
profile.cov
# IdeaIDE
.idea
*.iml
# VS Code
.vscode
tests/spec-tests/
# binaries
/bin/
/build/geth
cmd/abidump/abidump
cmd/abigen/abigen
cmd/blsync/blsync
cmd/clef/clef
cmd/devp2p/devp2p
cmd/era/era
cmd/ethkey/ethkey
cmd/evm/evm
cmd/geth/geth
cmd/rlpdump/rlpdump
cmd/workload/workload
cmd/keeper/keeper
cmd/replay/replay
cmd/fix-head/fix-head
cmd/rehash-state/rehash-state
cmd/scan-badger/scan-badger
cmd/strip-namespace/strip-namespace
cmd/verify-headers/verify-headers
test-badger-persist
geth
tests/fuzzers/txfetcher/corpus/.*
AGENTS.md
CLAUDE.md
GEMINI.md
QWEN.md