From 72fefba4c18e2464725231b3426ec2e3b0eda9c4 Mon Sep 17 00:00:00 2001
From: Ruben Davila <rdavila84@gmail.com>
Date: Thu, 13 Apr 2017 01:08:44 -0500
Subject: [PATCH] Ignore some files required to the translation process

---
 .gitignore               |  3 +++
 locale/de/gitlab.edit.po | 28 ----------------------------
 locale/en/gitlab.edit.po | 28 ----------------------------
 locale/es/gitlab.edit.po | 28 ----------------------------
 4 files changed, 3 insertions(+), 84 deletions(-)
 delete mode 100644 locale/de/gitlab.edit.po
 delete mode 100644 locale/en/gitlab.edit.po
 delete mode 100644 locale/es/gitlab.edit.po

diff --git a/.gitignore b/.gitignore
index 51b4d06b01b..40948f2e89c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
 *.log
 *.swp
+*.mo
+*.edit.po
 .DS_Store
 .bundle
 .chef
@@ -53,3 +55,4 @@ eslint-report.html
 /shared/*
 /.gitlab_workhorse_secret
 /webpack-report/
+/locale/**/LC_MESSAGES
diff --git a/locale/de/gitlab.edit.po b/locale/de/gitlab.edit.po
deleted file mode 100644
index e4c8caef164..00000000000
--- a/locale/de/gitlab.edit.po
+++ /dev/null
@@ -1,28 +0,0 @@
-# German translations for gitlab package.
-# Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the gitlab package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: gitlab 1.0.0\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-04-13 00:01-0500\n"
-"PO-Revision-Date: 2017-04-12 22:37-0500\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: German\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"\n"
-
-msgid "Deutsch"
-msgstr ""
-
-msgid "English"
-msgstr ""
-
-msgid "Spanish"
-msgstr ""
diff --git a/locale/en/gitlab.edit.po b/locale/en/gitlab.edit.po
deleted file mode 100644
index 048f531de4b..00000000000
--- a/locale/en/gitlab.edit.po
+++ /dev/null
@@ -1,28 +0,0 @@
-# English translations for gitlab package.
-# Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the gitlab package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: gitlab 1.0.0\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-04-13 00:01-0500\n"
-"PO-Revision-Date: 2017-04-12 22:36-0500\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: English\n"
-"Language: en\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"\n"
-
-msgid "Deutsch"
-msgstr ""
-
-msgid "English"
-msgstr ""
-
-msgid "Spanish"
-msgstr ""
diff --git a/locale/es/gitlab.edit.po b/locale/es/gitlab.edit.po
deleted file mode 100644
index b5b6c0a671f..00000000000
--- a/locale/es/gitlab.edit.po
+++ /dev/null
@@ -1,28 +0,0 @@
-# Spanish translations for gitlab package.
-# Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the gitlab package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: gitlab 1.0.0\n"
-"Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2017-04-13 00:07-0500\n"
-"Language-Team: Spanish\n"
-"Language: es\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"POT-Creation-Date: 2017-04-13 00:01-0500\n"
-"Last-Translator: \n"
-"X-Generator: Poedit 2.0.1\n"
-
-msgid "Deutsch"
-msgstr "Alemán"
-
-msgid "English"
-msgstr "Inglés"
-
-msgid "Spanish"
-msgstr "Español"
-- 
GitLab