diff options
author | obscuren <geffobscura@gmail.com> | 2014-10-31 21:53:42 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-10-31 21:53:42 +0800 |
commit | 4914a78c8c650d7fc74570f25a682598aaeb6973 (patch) | |
tree | eca4eef360d5202d51d5d8766072848ebcb185e3 /ethwire/.gitignore | |
parent | af34749a6b47ff8f9b4cb55d9ea65e1235d63b68 (diff) | |
download | go-tangerine-4914a78c8c650d7fc74570f25a682598aaeb6973.tar go-tangerine-4914a78c8c650d7fc74570f25a682598aaeb6973.tar.gz go-tangerine-4914a78c8c650d7fc74570f25a682598aaeb6973.tar.bz2 go-tangerine-4914a78c8c650d7fc74570f25a682598aaeb6973.tar.lz go-tangerine-4914a78c8c650d7fc74570f25a682598aaeb6973.tar.xz go-tangerine-4914a78c8c650d7fc74570f25a682598aaeb6973.tar.zst go-tangerine-4914a78c8c650d7fc74570f25a682598aaeb6973.zip |
ethwire => wire
Diffstat (limited to 'ethwire/.gitignore')
-rw-r--r-- | ethwire/.gitignore | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ethwire/.gitignore b/ethwire/.gitignore deleted file mode 100644 index f725d58d1..000000000 --- a/ethwire/.gitignore +++ /dev/null @@ -1,12 +0,0 @@ -# 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~ -*un~ -.DS_Store -*/**/.DS_Store - |