From b94ae54fd5024ac3c3e082a077eef1b3b5bb8094 Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Fri, 21 Oct 2016 19:31:53 +0200 Subject: [PATCH] Add .mo files to .gitignore (they take up space and it takes unnecessary effort to keep them up-to-date) Also rewrite history to exclude .mo files (I know it's evil but it'll save you disk space time and effort, too - you might have to checkout again, though) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 610f8f8..c20e3c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -*.zip *.bat +*.mo +*.zip