diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0cd8a23c4..706d953bf 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,8 @@ .DS_Store */**/.DS_Store .ethtest +*/**/*tx_database* +*/**/*dapps* #* .#* @@ -21,3 +23,5 @@ cmd/ethereum/ethereum cmd/mist/mist +deploy/osx/Mist.app +deploy/osx/Mist\ Installer.dmg |