From ee9ca96ab31603f072d12becd748c94439dd72fb Mon Sep 17 00:00:00 2001 From: OliverCole Date: Sat, 19 Mar 2016 23:15:44 +0000 Subject: [PATCH 1/2] 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 From c0b7377076c3fe720e609fa50acbff5f43905077 Mon Sep 17 00:00:00 2001 From: OliverCole Date: Sat, 19 Mar 2016 23:15:44 +0000 Subject: [PATCH 2/2] 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