From ee9ca96ab31603f072d12becd748c94439dd72fb Mon Sep 17 00:00:00 2001 From: OliverCole Date: Sat, 19 Mar 2016 23:15:44 +0000 Subject: [PATCH] Add tor and phantomjs dir to .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index fc82df44..619edfcd 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,9 @@ data/* # Virtualenv env/* + +# Tor, downloaded automatically +tools/tor + +# PhantomJS, downloaded manually for unit tests +tools/phantomjs \ No newline at end of file