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
This commit is contained in:
Akihiro Motoki 2016-03-03 02:54:32 +09:00
parent 24a4a22b54
commit 4efc0cca2f
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -1,5 +1,8 @@
/doc/build/
/openstacki18n.egg-info/
AUTHORS
ChangeLog
dist/
*.mo