Browse Source

Add tor and phantomjs dir to .gitignore

OliverCole 8 years ago
parent
commit
c0b7377076
1 changed files with 8 additions and 0 deletions
  1. 8 0
      .gitignore

+ 8 - 0
.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