diff options
author | Paweł Bylica <pawel.bylica@imapp.pl> | 2015-01-23 01:00:15 +0800 |
---|---|---|
committer | Paweł Bylica <pawel.bylica@imapp.pl> | 2015-01-23 01:00:15 +0800 |
commit | d5f38f5690caeb30794e62d4a1b2683a6107cfbc (patch) | |
tree | 03c397df8619584de7236e09034f33b1b3687c17 /.gitignore | |
parent | 4df2e1ef5c20ebd7004a595de7e6a032699106ad (diff) | |
download | go-tangerine-d5f38f5690caeb30794e62d4a1b2683a6107cfbc.tar.gz go-tangerine-d5f38f5690caeb30794e62d4a1b2683a6107cfbc.tar.zst go-tangerine-d5f38f5690caeb30794e62d4a1b2683a6107cfbc.zip |
JitVM: the EVM JIT bridge
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f84fe6040..71ce90db3 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,5 @@ .#* *# *~ +.project +.settings |