From 30debb0ac465decb676652abec62e22e1d85c2a5 Mon Sep 17 00:00:00 2001 From: Kenji Ishii Date: Fri, 16 Sep 2016 13:37:06 +0900 Subject: [PATCH] Add .mo to .gitignore .mo file should not be included in src. Thus, this patch will add this extension to .gitignore. Change-Id: Id33c862acdc8e910bc1dcc5f926bd219faa32be5 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c6e6aefa..57f587b4 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ npm-debug.log *.lock *.pyc *.swp +*.mo