diff options
author | obscuren <geffobscura@gmail.com> | 2015-03-07 20:16:13 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-03-07 20:16:13 +0800 |
commit | 70cbfb199d42c2c0fd36a45bce8c1464d2540d6f (patch) | |
tree | 273f699d40ba9b3631dec1858fcc24985f74f6b9 /deploy/.gitignore | |
parent | c27c2be5844a42e928a2aee6854dbb3c6ec1986e (diff) | |
download | go-tangerine-70cbfb199d42c2c0fd36a45bce8c1464d2540d6f.tar go-tangerine-70cbfb199d42c2c0fd36a45bce8c1464d2540d6f.tar.gz go-tangerine-70cbfb199d42c2c0fd36a45bce8c1464d2540d6f.tar.bz2 go-tangerine-70cbfb199d42c2c0fd36a45bce8c1464d2540d6f.tar.lz go-tangerine-70cbfb199d42c2c0fd36a45bce8c1464d2540d6f.tar.xz go-tangerine-70cbfb199d42c2c0fd36a45bce8c1464d2540d6f.tar.zst go-tangerine-70cbfb199d42c2c0fd36a45bce8c1464d2540d6f.zip |
Added deploy scripts from go-build
Diffstat (limited to 'deploy/.gitignore')
-rw-r--r-- | deploy/.gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/deploy/.gitignore b/deploy/.gitignore new file mode 100644 index 000000000..ea796b7cb --- /dev/null +++ b/deploy/.gitignore @@ -0,0 +1,16 @@ +# 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 +ethereum/ethereum +ethereal/ethereal +osx/Mist.app +osx/__MACOSX +osx/Mist.dmg |