2014-01-23 13:14:01 -06: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 13:58:37 -06:00
|
|
|
*/**/*.test
|
2014-01-23 13:14:01 -06:00
|
|
|
*un~
|
|
|
|
.DS_Store
|
|
|
|
*/**/.DS_Store
|
2014-10-31 12:55:39 -05:00
|
|
|
.ethtest
|
2015-03-08 09:29:23 -05:00
|
|
|
*/**/*tx_database*
|
|
|
|
*/**/*dapps*
|
2015-03-30 02:18:22 -05:00
|
|
|
Godeps/_workspace/pkg
|
|
|
|
Godeps/_workspace/bin
|
2014-12-31 08:39:33 -06:00
|
|
|
|
|
|
|
#*
|
|
|
|
.#*
|
|
|
|
*#
|
|
|
|
*~
|
2015-01-22 11:00:15 -06:00
|
|
|
.project
|
|
|
|
.settings
|
2015-02-16 04:42:33 -06:00
|
|
|
|
2015-03-07 06:16:13 -06:00
|
|
|
deploy/osx/Mist.app
|
|
|
|
deploy/osx/Mist\ Installer.dmg
|
2015-05-06 17:03:11 -05:00
|
|
|
cmd/mist/assets/ext/ethereum.js/
|
2015-04-18 16:21:45 -05:00
|
|
|
|
|
|
|
# used by the Makefile
|
|
|
|
/build/_workspace/
|
|
|
|
/build/bin/
|
|
|
|
|
2015-04-28 18:27:47 -05:00
|
|
|
# travis
|
|
|
|
profile.tmp
|
|
|
|
profile.cov
|
|
|
|
|
2016-01-23 20:39:44 -06:00
|
|
|
# vagrant
|
|
|
|
.vagrant
|