.gitignore 640 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # See http://help.github.com/ignore-files/ for more about ignoring files.
  2. #
  3. # If you find yourself ignoring temporary files generated by your text editor
  4. # or operating system, you probably want to add a global ignore instead:
  5. # git config --global core.excludesfile ~/.gitignore_global
  6. /tmp
  7. */**/*un~
  8. */**/*.test
  9. *un~
  10. .DS_Store
  11. */**/.DS_Store
  12. .ethtest
  13. */**/*tx_database*
  14. */**/*dapps*
  15. Godeps/_workspace/pkg
  16. Godeps/_workspace/bin
  17. #*
  18. .#*
  19. *#
  20. *~
  21. .project
  22. .settings
  23. deploy/osx/Mist.app
  24. deploy/osx/Mist\ Installer.dmg
  25. cmd/mist/assets/ext/ethereum.js/
  26. # used by the Makefile
  27. /build/_workspace/
  28. /build/bin/
  29. # travis
  30. profile.tmp
  31. profile.cov