From b9033700b69d505155ffc61a6b5f115fd22c22ab Mon Sep 17 00:00:00 2001
From: Max Howell <max@methylblue.com>
Date: Tue, 29 Sep 2009 23:19:34 +0100
Subject: [PATCH] Fixes .gitignore

So now it does ignore new stuff in root but not in the dirs we like.
---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 078f4ca820..fbc739a6cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-*
+/*
 !/.gitignore
 !/Library/
 !/README.md
-- 
GitLab