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*
|
2015-03-30 09:18:22 +02:00
|
|
|
Godeps/_workspace/pkg
|
|
|
|
Godeps/_workspace/bin
|
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
|
|
|
|
2015-03-07 13:16:13 +01:00
|
|
|
deploy/osx/Mist.app
|
|
|
|
deploy/osx/Mist\ Installer.dmg
|
2015-05-07 00:03:11 +02:00
|
|
|
cmd/mist/assets/ext/ethereum.js/
|
2015-04-18 23:21:45 +02:00
|
|
|
|
|
|
|
# used by the Makefile
|
|
|
|
/build/_workspace/
|
|
|
|
/build/bin/
|
|
|
|
|
2015-04-29 01:27:47 +02:00
|
|
|
# travis
|
|
|
|
profile.tmp
|
|
|
|
profile.cov
|
|
|
|
|