From 711bc4f3d6d803d6c453ccf8c268aa13fce0af1d Mon Sep 17 00:00:00 2001
From: "Felix A. Epp" <work@felixepp.de>
Date: Tue, 25 Oct 2016 16:52:54 +0200
Subject: [PATCH] Add build/bin to gitignore

When phantomjs and karma are not installed globally, they are installed into this folder.

Signed-off-by: Felix A. Epp <work@felixepp.de>
---
 .gitignore | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 56095af8308..c3f97ff504d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -71,7 +71,7 @@ RCS/*
 .project
 .settings
 
-# netbeans 
+# netbeans
 nbproject
 
 # phpStorm
@@ -90,7 +90,7 @@ nbproject
 
 # ack(-grep)
 .ackrc
-	
+
 # Mac OS
 .DS_Store
 
@@ -105,6 +105,7 @@ nbproject
 /build/node_modules/
 
 # nodejs
+/build/bin
 /build/lib/
 /build/jsdocs/
 /npm-debug.log
-- 
GitLab