Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# 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
|
|
|
|
|
|
|
|
# VS Code
|
|
|
|
.vscode
|
|
|
|
|
|
|
|
tests/spec-tests/
|