diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2017-08-02 22:28:17 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2017-08-02 22:28:17 +0200 |
commit | 2384a4e12cb029cbd6c8595fa9f3c5a666a391da (patch) | |
tree | f85afbc25f437c578c9fc7e49409b615794c930c /.gitignore | |
parent | fb3fe7200c129bb23777ebb2a09bf86f7644bffd (diff) | |
download | ee-python-2384a4e12cb029cbd6c8595fa9f3c5a666a391da.tar.gz ee-python-2384a4e12cb029cbd6c8595fa9f3c5a666a391da.tar.bz2 ee-python-2384a4e12cb029cbd6c8595fa9f3c5a666a391da.tar.xz ee-python-2384a4e12cb029cbd6c8595fa9f3c5a666a391da.zip |
o Importing formatting tools.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,9 @@ *.pyc env +env-* +ee.egg-info +.eggs +.cache *.png @@ -7,3 +11,5 @@ env demo/*/*.net demo/*/*.raw demo/*/*.log + +.tox |