From 51826849ab67bab3d959bfed8c0a48af6af93343 Mon Sep 17 00:00:00 2001
From: Zeger-Jan van de Weg <git@zjvandeweg.nl>
Date: Mon, 25 Jun 2018 14:37:09 +0200
Subject: [PATCH] Exclude Geo DB Yaml on CE too

For Geo, a file is created for configuration of the database. This file
shouldn't appear in CE, but if you've setup your GDK with a remote
pointing to CE and one to EE, this file might be around when switching
branches.

This will mark the workspace dirty, which annoys me more than it should.

[ci skip]
---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 21dc67384aa60..9a42a663fb498 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,7 +29,7 @@ eslint-report.html
 /app/assets/javascripts/locale/**/app.js
 /backups/*
 /config/aws.yml
-/config/database.yml
+/config/database*.yml
 /config/gitlab.yml
 /config/gitlab_ci.yml
 /config/initializers/rack_attack.rb
-- 
GitLab