From 84b564fd87c2ad0f779d511f2dd88e924f060f21 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Mon, 29 Aug 2016 14:43:55 +0200 Subject: [PATCH] Add *.mo to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8a783c2..24eeed1 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ build/ wheelhouse/ **/static/help/ .cache/ +*.mo