Add tor and phantomjs dir to .gitignore
This commit is contained in:
parent
36371ffaaa
commit
c0b7377076
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