From 93d6ae3c167ed74afbba81704d4e2e88e4ce6823 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= <rdoursenaud@gpcsolutions.fr>
Date: Tue, 3 Nov 2015 10:51:24 +0100
Subject: [PATCH] Ignore composer autoloader and binaries
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

@eldy is against those. Let's follow the leader…
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 53fa3338a56..1efe4f4bb82 100755
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,7 @@ Thumbs.db
 .vagrant
 # Composer installed repositories
 /htdocs/includes/**/.git
+# Composer autoloader and unwanted files
+htdocs/includes/autoload.php
+htdocs/includes/bin/
+htdocs/includes/composer/
-- 
GitLab