2016-06-18 18:28:08 +00:00
|
|
|
# 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
|
|
|
|
|
2017-08-04 16:14:17 +00:00
|
|
|
/statusd-data
|
2017-11-03 22:07:13 +00:00
|
|
|
/cmd/statusd/statusd-data
|
|
|
|
/cmd/statusd/statusd
|
2017-12-02 18:51:55 +00:00
|
|
|
/cmd/statusd-cli/statusd-cli
|
2017-11-03 22:07:13 +00:00
|
|
|
|
|
|
|
/wnode-status-data
|
|
|
|
/cmd/wnode-status/wnode-status-data
|
|
|
|
/cmd/wnode-status/wnode-status
|
2017-08-04 16:14:17 +00:00
|
|
|
|
2016-06-18 18:28:08 +00:00
|
|
|
/tmp
|
|
|
|
*/**/*un~
|
|
|
|
*/**/*.test
|
|
|
|
*un~
|
|
|
|
.DS_Store
|
|
|
|
*/**/.DS_Store
|
|
|
|
.ethtest
|
|
|
|
*/**/*tx_database*
|
|
|
|
*/**/*dapps*
|
2017-02-13 10:27:44 +00:00
|
|
|
vendor/github.com/ethereum/go-ethereum/vendor
|
2017-05-01 07:51:59 +00:00
|
|
|
/node_modules/
|
2017-10-21 17:04:07 +00:00
|
|
|
tags
|
2016-06-18 18:28:08 +00:00
|
|
|
|
|
|
|
#*
|
|
|
|
.#*
|
|
|
|
*#
|
|
|
|
*~
|
|
|
|
.project
|
|
|
|
.settings
|
|
|
|
|
|
|
|
# used by the Makefile
|
|
|
|
/build/_workspace/
|
|
|
|
/build/bin/
|
2016-09-27 13:51:08 +00:00
|
|
|
/vendor/github.com/karalabe/xgo
|
2016-06-18 18:28:08 +00:00
|
|
|
|
|
|
|
# travis
|
|
|
|
profile.tmp
|
|
|
|
profile.cov
|
|
|
|
|
|
|
|
# vagrant
|
|
|
|
.vagrant
|
2016-08-05 20:42:11 +00:00
|
|
|
|
|
|
|
# tests
|
2016-09-11 11:44:14 +00:00
|
|
|
.ethereumtest/
|
2017-02-13 10:27:44 +00:00
|
|
|
/vendor/**/*_test.go
|
|
|
|
|
2016-08-18 00:15:58 +00:00
|
|
|
#
|
|
|
|
# golang
|
2016-09-11 11:44:14 +00:00
|
|
|
coverage.out
|
|
|
|
coverage-all.out
|
|
|
|
coverage.html
|