Merge pull request #381 from OliverCole/master

Add tor and phantomjs dir to .gitignore
This commit is contained in:
ZeroNet 2016-03-20 00:34:13 +01:00
commit 04ce9087ed

8
.gitignore vendored
View file

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