From 7f87f78a6e2bf87748f0b57a161235e99ad160c8 Mon Sep 17 00:00:00 2001
From: Janos Bekesi <janos.bekesi@univie.ac.at>
Date: Mon, 16 Oct 2017 12:22:41 +0200
Subject: [PATCH] better ignored files

---
 .gitignore  | 7 ++++++-
 .gitignore~ | 5 +++++
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 9621c88..c716b90 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 1017624..6fe9c32 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__/
-- 
GitLab