github.com/ethereumproject/go-ethereum@v5.5.2+incompatible/.gitignore (about) 1 ~* 2 *~ 3 _* 4 *# 5 .#* 6 7 *.bk* 8 *.swp 9 .DS_Store 10 11 # Binaries for programs and plugins 12 *.exe 13 *.dll 14 *.so 15 *.dylib 16 17 # Test binary, build with `go test -c` 18 *.test 19 20 # Output of the go coverage tool, specifically when used with LiteIDE 21 *.out 22 23 # Makefile 24 bin 25 dist 26 coverage.txt 27 28 # IntelliJ 29 *.iml 30 .idea 31 32 # VSCode 33 .vscode 34 35 accounts/testdata/keystore/accounts.db