From bc05c57ec90e0acbb6f66f6372a742782924cd4f Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 4 May 2016 11:39:00 -0400 Subject: [PATCH] Keep English .po files. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 256ff5d698..72d44c5809 100644 --- a/.gitignore +++ b/.gitignore @@ -38,10 +38,10 @@ codekit-config.json !django.mo !djangojs.po !djangojs.mo -conf/locale/en/LC_MESSAGES/*.po conf/locale/en/LC_MESSAGES/*.mo conf/locale/fake*/LC_MESSAGES/*.po conf/locale/fake*/LC_MESSAGES/*.mo +# this was a mistake in i18n_tools, now fixed. conf/locale/messages.mo ### Testing artifacts