2014-09-30 20:51:53 +00: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
|
|
|
|
|
2014-11-11 09:30:21 +00:00
|
|
|
*.swp
|
2014-09-30 20:51:53 +00:00
|
|
|
/tmp
|
|
|
|
*/**/*un~
|
|
|
|
*un~
|
|
|
|
.DS_Store
|
|
|
|
*/**/.DS_Store
|
|
|
|
ethereum/ethereum
|
|
|
|
ethereal/ethereal
|
2014-11-05 17:46:01 +00:00
|
|
|
example/js
|
|
|
|
node_modules
|
|
|
|
bower_components
|
|
|
|
npm-debug.log
|