go-ethereum/.gitignore

45 lines
674 B
Plaintext
Raw Normal View History

2014-01-23 21:14:01 +02: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
*/**/*un~
2015-02-28 21:58:37 +02:00
*/**/*.test
2014-01-23 21:14:01 +02:00
*un~
.DS_Store
*/**/.DS_Store
#*
.#*
*#
*~
2015-01-22 19:00:15 +02:00
.project
.settings
2015-02-16 12:42:33 +02:00
# 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
2015-04-29 02:27:47 +03:00
# travis
profile.tmp
profile.cov
# IdeaIDE
.idea
# VS Code
.vscode
tests/spec-tests/