2014-01-23 21:14:01 +02: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 21:58:37 +02:00
|
|
|
*/**/*.test
|
2014-01-23 21:14:01 +02:00
|
|
|
*un~
|
|
|
|
.DS_Store
|
|
|
|
*/**/.DS_Store
|
2014-10-31 19:55:39 +02:00
|
|
|
.ethtest
|
2015-03-08 16:29:23 +02:00
|
|
|
*/**/*tx_database*
|
|
|
|
*/**/*dapps*
|
2015-03-30 10:18:22 +03:00
|
|
|
Godeps/_workspace/pkg
|
|
|
|
Godeps/_workspace/bin
|
2014-12-31 16:39:33 +02:00
|
|
|
|
|
|
|
#*
|
|
|
|
.#*
|
|
|
|
*#
|
|
|
|
*~
|
2015-01-22 19:00:15 +02:00
|
|
|
.project
|
|
|
|
.settings
|
2015-02-16 12:42:33 +02:00
|
|
|
|
2015-03-07 14:16:13 +02:00
|
|
|
deploy/osx/Mist.app
|
|
|
|
deploy/osx/Mist\ Installer.dmg
|
2015-04-19 00:21:45 +03:00
|
|
|
|
|
|
|
# used by the Makefile
|
|
|
|
/build/_workspace/
|
|
|
|
/build/bin/
|
|
|
|
|