github.com/halybang/go-ethereum@v1.0.5-0.20180325041310-3b262bc1367c/.gitignore (about) 1 /tmp 2 */**/*un~ 3 */**/*.test 4 *un~ 5 .DS_Store 6 */**/.DS_Store 7 .ethtest 8 */**/*tx_database* 9 */**/*dapps* 10 build/_workspace/** 11 build/bin/** 12 build/_vendor/pkg 13 tests/testdata/** 14 15 #* 16 .#* 17 *# 18 *~ 19 .project 20 .settings 21 22 # used by the Makefile 23 # /build/_workspace/ 24 # /build/bin/ 25 /geth*.zip 26 27 # travis 28 profile.tmp 29 profile.cov 30 31 # IdeaIDE 32 .idea 33 34 # Docker Env 35 DOCKER/** 36 37 # go unit test cover out 38 *.out 39 40 # tmp data directory 41 data_pluto/* 42 data_testnet/* 43