Add tor and phantomjs dir to .gitignore

This commit is contained in:
OliverCole 2016-03-19 23:15:44 +00:00
parent 36371ffaaa
commit ee9ca96ab3

6
.gitignore vendored
View file

@ -17,3 +17,9 @@ data/*
# Virtualenv # Virtualenv
env/* env/*
# Tor, downloaded automatically
tools/tor
# PhantomJS, downloaded manually for unit tests
tools/phantomjs