From f6cce2a9b8a4494c8e4c78b3b4215e7269934c47 Mon Sep 17 00:00:00 2001
From: David Maus <maus@hab.de>
Date: Tue, 2 Oct 2012 12:45:11 +0200
Subject: [PATCH] Use separate vendor/.gitignore

---
 .gitignore        | 3 +--
 vendor/.gitignore | 2 ++
 2 files changed, 3 insertions(+), 2 deletions(-)
 create mode 100644 vendor/.gitignore

diff --git a/.gitignore b/.gitignore
index 880e9d4855b..2ad685d06d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,5 +3,4 @@ TAGS
 .\#*
 ChangeLog
 review
-test.php
-vendor
\ No newline at end of file
+test.php
\ No newline at end of file
diff --git a/vendor/.gitignore b/vendor/.gitignore
new file mode 100644
index 00000000000..c96a04f008e
--- /dev/null
+++ b/vendor/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
\ No newline at end of file
-- 
GitLab