diff options
author | sundeep-co-in <suanand@redhat.com> | 2016-10-18 14:26:40 +0200 |
---|---|---|
committer | sundeep-co-in <suanand@redhat.com> | 2016-10-18 14:40:39 +0200 |
commit | 78a8ce9479271b59d7773eec9ff25b452d081950 (patch) | |
tree | 110c1d5fb56a564f776824654d703dfd07cb8061 /.gitignore | |
parent | Return empty dict if no license present (or invalid key). (diff) | |
download | awx-78a8ce9479271b59d7773eec9ff25b452d081950.tar.xz awx-78a8ce9479271b59d7773eec9ff25b452d081950.zip |
django i18n
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index afd8aa7187..ca9dd12298 100644 --- a/.gitignore +++ b/.gitignore @@ -106,6 +106,7 @@ reports *.log.[0-9] *.results local/ +*.mo # AWX python libs populated by requirements.txt awx/lib/.deps_built |