diff --git a/.gitignore b/.gitignore
index 9621c88b029c2d6f8294162e9b6ab92dddec6215..c716b906a5250065b69c0e7370e4fc81629c8883 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,11 @@
 # node.js
 node_modules/
-reports/*
+.DS_Store
+bin/chromedriver
+bin/phantomjs
+test-nw/reports
+*~
+
 # Byte-compiled / optimized / DLL files
 __pycache__/
 *.py[cod]
diff --git a/.gitignore~ b/.gitignore~
index 1017624bbb9b65c444c7a38850781d7bb914d210..6fe9c322733d178bed237e56f64b6390d31b1901 100644
--- a/.gitignore~
+++ b/.gitignore~
@@ -1,5 +1,10 @@
 # node.js
 node_modules/
+.DS_Store
+bin/chromedriver
+bin/phantomjs
+test-nw/reports
+*.~
 
 # Byte-compiled / optimized / DLL files
 __pycache__/