diff options
author | Felix Lange <fjl@twurst.com> | 2016-10-30 18:02:34 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2016-10-30 18:02:34 +0800 |
commit | 87670a7ac1558ab2d2bab20144a380c6319e222b (patch) | |
tree | 16b88889ee2e3bff443608f767455f2b7c01a1dc /cmd/ethtest/.gitignore | |
parent | 63d293cdbe14cf00045b888522ef36d21c907c26 (diff) | |
download | dexon-87670a7ac1558ab2d2bab20144a380c6319e222b.tar.gz dexon-87670a7ac1558ab2d2bab20144a380c6319e222b.tar.zst dexon-87670a7ac1558ab2d2bab20144a380c6319e222b.zip |
all: remove weird files
Diffstat (limited to 'cmd/ethtest/.gitignore')
-rw-r--r-- | cmd/ethtest/.gitignore | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/cmd/ethtest/.gitignore b/cmd/ethtest/.gitignore deleted file mode 100644 index 399b6dc88..000000000 --- a/cmd/ethtest/.gitignore +++ /dev/null @@ -1,18 +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 - -*.swp -/tmp -*/**/*un~ -*un~ -.DS_Store -*/**/.DS_Store -ethereum/ethereum -ethereal/ethereal -example/js -node_modules -bower_components -npm-debug.log |