diff options
author | chriseth <chris@ethereum.org> | 2017-11-24 01:33:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-24 01:33:42 +0800 |
commit | b8d59422d15adcbbf4e0df24c12cf03f9a584aa1 (patch) | |
tree | 024f8f2c4fee71f1d77b02246d8bfd2a09727f72 /.gitignore | |
parent | ea18bed319c67d509992572454e382d23493c1eb (diff) | |
parent | dcd55c5005468808607ebd92d84124c8949d9d17 (diff) | |
download | dexon-solidity-b8d59422d15adcbbf4e0df24c12cf03f9a584aa1.tar.gz dexon-solidity-b8d59422d15adcbbf4e0df24c12cf03f9a584aa1.tar.zst dexon-solidity-b8d59422d15adcbbf4e0df24c12cf03f9a584aa1.zip |
Merge pull request #3240 from ethereum/docs-lexer
Update SolidityLexer
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ prerelease.txt build/ docs/_build docs/utils/__pycache__ +docs/utils/*.pyc # vim stuff *.swp |