2014-01-23 20:14:01 +01:00
|
|
|
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
#
|
|
|
|
# If you find yourself ignoring temporary files generated by your text editor
|
|
|
|
# or operating system, you probably want to add a global ignore instead:
|
|
|
|
# git config --global core.excludesfile ~/.gitignore_global
|
|
|
|
|
|
|
|
/tmp
|
|
|
|
*/**/*un~
|
2015-02-28 14:58:37 -05:00
|
|
|
*/**/*.test
|
2014-01-23 20:14:01 +01:00
|
|
|
*un~
|
|
|
|
.DS_Store
|
|
|
|
*/**/.DS_Store
|
2014-10-31 18:55:39 +01:00
|
|
|
.ethtest
|
2015-03-08 15:29:23 +01:00
|
|
|
*/**/*tx_database*
|
|
|
|
*/**/*dapps*
|
2014-12-31 15:39:33 +01:00
|
|
|
|
|
|
|
#*
|
|
|
|
.#*
|
|
|
|
*#
|
|
|
|
*~
|
2015-01-22 18:00:15 +01:00
|
|
|
.project
|
|
|
|
.settings
|
2015-02-16 11:42:33 +01:00
|
|
|
|
|
|
|
cmd/ethereum/ethereum
|
|
|
|
cmd/mist/mist
|
2015-03-07 13:16:13 +01:00
|
|
|
deploy/osx/Mist.app
|
|
|
|
deploy/osx/Mist\ Installer.dmg
|