summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAkihiro Motoki <motoki@da.jp.nec.com>2014-10-11 11:18:52 +0900
committerAkihiro Motoki <motoki@da.jp.nec.com>2014-10-11 11:46:09 +0900
commitdd08c15086a4aa4966b2190a19b02b2605649ce7 (patch)
tree8090f51445d4c94e9e22a87f483ae49cd74688cf /.gitignore
parentb2c06648f48eeecc1c7572492dd220c41f436172 (diff)
downloaddjango_openstack_auth-dd08c15086a4aa4966b2190a19b02b2605649ce7.tar.gz
Remove compiled message catalogs
A kind of binary files are useless to be maintained in git repo. I18N team and package distributors have agreed to remove compiled message catalogs from openstack-auth git repository. To compile message catalogs, run the following command before the installation: python setup.py compile_catalog Make sure to install Babel>=1.3 before running the above command. DocImpact Closes-Bug: #1196982 Change-Id: Iab2398e942e142f9ab370d8a8f9d539b257e1620
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index dd8fbda..feccccb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
*.pyc
*.egg
*.egg-info
+*.mo
.DS_STORE
docs/_build
build