From 853f15576b2e90a6aef68fe4d7b9ce486e1dbe4f Mon Sep 17 00:00:00 2001
From: Andreas Gohr <andi@splitbrain.org>
Date: Fri, 15 May 2015 16:38:04 +0200
Subject: [PATCH] some more ignores

---
 .gitattributes | 2 ++
 .gitignore     | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/.gitattributes b/.gitattributes
index 1012087d4..6beb1fb7a 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -9,6 +9,8 @@
 .gitignore export-ignore
 .editorconfig export-ignore
 .travis.yml export-ignore
+composer.json export-ignore
+composer.lock export-ignore
 _test export-ignore
 _cs export-ignore
 lib/plugins/testing export-ignore
diff --git a/.gitignore b/.gitignore
index d28991d9c..a8962d0bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -58,6 +58,9 @@
 lib/images/*/local/*
 
 # composer default ignores
+composer.phar
+vendor/bin/*
+vendor/*/*/bin/*
 vendor/*/*/tests/*
 vendor/*/*/test/*
 vendor/*/*/doc/*
-- 
GitLab