diff options
author | sveneh <sven@ethdev.com> | 2015-02-05 19:07:12 +0800 |
---|---|---|
committer | sveneh <sven@ethdev.com> | 2015-02-05 19:07:12 +0800 |
commit | 2e2e36cc7220522d7b33b654543907163c973156 (patch) | |
tree | 24eb4f61d2b60b7984f2ee71c3307e405a8c395f /.gitignore | |
parent | 83258456d3f1f0487246c93cba555724903876f0 (diff) | |
download | go-tangerine-2e2e36cc7220522d7b33b654543907163c973156.tar go-tangerine-2e2e36cc7220522d7b33b654543907163c973156.tar.gz go-tangerine-2e2e36cc7220522d7b33b654543907163c973156.tar.bz2 go-tangerine-2e2e36cc7220522d7b33b654543907163c973156.tar.lz go-tangerine-2e2e36cc7220522d7b33b654543907163c973156.tar.xz go-tangerine-2e2e36cc7220522d7b33b654543907163c973156.tar.zst go-tangerine-2e2e36cc7220522d7b33b654543907163c973156.zip |
updated python and go to new build requirement. added script to create
dockers locally
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 2dc08dd93..188ff005d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ venv/ *~ -*.swp -*.swo +*.sw? .vagrant/ -client-tests.pem +*.pem |