mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-04-16 06:34:41 +00:00
ignore
This commit is contained in:
parent
f6df3740a8
commit
5dfc67efbd
1 changed files with 2 additions and 3 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -11,6 +11,8 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*/**/.DS_Store
|
*/**/.DS_Store
|
||||||
.ethtest
|
.ethtest
|
||||||
|
*/**/*tx_database*
|
||||||
|
*/**/*dapps*
|
||||||
|
|
||||||
#*
|
#*
|
||||||
.#*
|
.#*
|
||||||
|
|
@ -21,8 +23,5 @@
|
||||||
|
|
||||||
cmd/ethereum/ethereum
|
cmd/ethereum/ethereum
|
||||||
cmd/mist/mist
|
cmd/mist/mist
|
||||||
cmd/mist/tx_database
|
|
||||||
cmd/mist/dapps
|
|
||||||
cmd/ethereum/dapss
|
|
||||||
deploy/osx/Mist.app
|
deploy/osx/Mist.app
|
||||||
deploy/osx/Mist\ Installer.dmg
|
deploy/osx/Mist\ Installer.dmg
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue