Add geckodriver.log to gitignore

This commit is contained in:
Michael Droettboom 2018-03-30 14:09:42 -04:00
parent 2c9045d9c5
commit e8685bb410
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
*.a *.a
.pytest_cache/ .pytest_cache/
__pycache__ __pycache__
geckodriver.log
/root/ /root/
/build/ /build/