Merge pull request #381 from OliverCole/master
Add tor and phantomjs dir to .gitignore
This commit is contained in:
commit
04ce9087ed
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -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
|
Loading…
Reference in a new issue