From a2d971bfd310b42b1473bd817090d190b789001e Mon Sep 17 00:00:00 2001 From: Bob Van Landuyt <bob@gitlab.com> Date: Mon, 8 May 2017 19:57:36 +0200 Subject: [PATCH 1/2] Correctly `rm` .gettext file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5073eea..33b4f3e 100644 --- a/Makefile +++ b/Makefile @@ -326,5 +326,5 @@ unlock-dependency-installers: rm -f \ .gitlab-bundle \ .gitlab-shell-bundle \ - .gitlab-yarn + .gitlab-yarn \ .gettext -- GitLab From e2420c10cabe072c5d933b1b71582cf8d6262ce2 Mon Sep 17 00:00:00 2001 From: Bob Van Landuyt <bob@gitlab.com> Date: Mon, 8 May 2017 20:03:54 +0200 Subject: [PATCH 2/2] Ignore .gettext --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ef4d0b0..15d258a 100644 --- a/.gitignore +++ b/.gitignore @@ -50,6 +50,7 @@ /.gitlab-bundle /.gitlab-npm /.gitlab-yarn +/.gettext /gem/*.gem /gitlab-runner-config.toml /.gdk-install-root -- GitLab