From c0b7377076c3fe720e609fa50acbff5f43905077 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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index fc82df44..26e671fd 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,11 @@ data/* # Virtualenv env/* + +# Tor, downloaded automatically +tools/tor/data +tools/tor/*exe +tools/tor/*dll + +# PhantomJS, downloaded manually for unit tests +tools/phantomjs \ No newline at end of file