github.com/ethereum/go-ethereum@v1.16.1/.gitignore (about) 1 # See http://help.github.com/ignore-files/ for more about ignoring files. 2 # 3 # If you find yourself ignoring temporary files generated by your text editor 4 # or operating system, you probably want to add a global ignore instead: 5 # git config --global core.excludesfile ~/.gitignore_global 6 7 */**/*un~ 8 */**/*.test 9 *un~ 10 .DS_Store 11 */**/.DS_Store 12 13 #* 14 .#* 15 *# 16 *~ 17 .project 18 .settings 19 20 # used by the Makefile 21 /build/_workspace/ 22 /build/cache/ 23 /build/bin/ 24 /geth*.zip 25 26 # used by the build/ci.go archive + upload tool 27 /geth*.tar.gz 28 /geth*.tar.gz.sig 29 /geth*.tar.gz.asc 30 /geth*.zip.sig 31 /geth*.zip.asc 32 33 34 # travis 35 profile.tmp 36 profile.cov 37 38 # IdeaIDE 39 .idea 40 *.iml 41 42 # VS Code 43 .vscode 44 45 tests/spec-tests/ 46 47 # binaries 48 cmd/abidump/abidump 49 cmd/abigen/abigen 50 cmd/blsync/blsync 51 cmd/clef/clef 52 cmd/devp2p/devp2p 53 cmd/era/era 54 cmd/ethkey/ethkey 55 cmd/evm/evm 56 cmd/geth/geth 57 cmd/rlpdump/rlpdump 58 cmd/workload/workload