i18n/.gitignore
Akihiro Motoki 4efc0cca2f Add auto-generated files to .gitignore
When running "python setup.py <command>", some files are generated
automatically. They should be ignored from the version management.

Change-Id: I39862425babc988c57a2226c84a883a05bab9955
2016-03-03 02:57:49 +09:00

14 lines
123 B
Plaintext

/doc/build/
/openstacki18n.egg-info/
AUTHORS
ChangeLog
dist/
*.mo
# Python compiled files
*.pyc
# Testenvironment
.tox/