django_openstack_auth/.gitignore
Akihiro Motoki dd08c15086 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
2014-10-11 11:46:09 +09:00

12 lines
84 B
Plaintext

*.pyc
*.egg
*.egg-info
*.mo
.DS_STORE
docs/_build
build
dist
.tox
AUTHORS
ChangeLog