Remove folder .tx from git tree

Folder .tx is used to save the configuration of Transifex Client.
Tracking .tx by git will cause an error while running the script:
propose_translation_update_manuals.sh
Folder .tx could be created on the fly.
So this patch removed folder .tx from git tree.

Change-Id: I582a11efc330abd3d263e1563d1ebed3fd42f974
This commit is contained in:
daisy-ycguo 2014-03-12 14:36:27 +08:00
parent 61f3a21547
commit 81a8a03535
2 changed files with 3 additions and 76 deletions

3
.gitignore vendored
View File

@ -17,6 +17,9 @@ boxes/*
# Testenvironment
.tox/
# Transifex Client Setting
.tx
# Editors
*~
.*.swp

View File

@ -1,76 +0,0 @@
[main]
host = https://www.transifex.com
type = PO
[openstack-manuals-i18n.admin-guide-cloud]
file_filter = doc/admin-guide-cloud/locale/<lang>.po
source_file = doc/admin-guide-cloud/locale/admin-guide-cloud.pot
source_lang = en
type = PO
[openstack-manuals-i18n.common]
file_filter = doc/common/locale/<lang>.po
source_file = doc/common/locale/common.pot
source_lang = en
type = PO
[openstack-manuals-i18n.config-reference]
file_filter = doc/config-reference/locale/<lang>.po
source_file = doc/config-reference/locale/config-reference.pot
source_lang = en
type = PO
[openstack-manuals-i18n.high-availability-guide]
file_filter = doc/high-availability-guide/locale/<lang>.po
source_file = doc/high-availability-guide/locale/high-availability-guide.pot
source_lang = en
type = PO
[openstack-manuals-i18n.image-guide]
file_filter = doc/image-guide/locale/<lang>.po
source_file = doc/image-guide/locale/image-guide.pot
source_lang = en
type = PO
[openstack-manuals-i18n.install-guide]
file_filter = doc/install-guide/locale/<lang>.po
source_file = doc/install-guide/locale/install-guide.pot
source_lang = en
type = PO
[openstack-manuals-i18n.security-guide]
file_filter = doc/security-guide/locale/<lang>.po
source_file = doc/security-guide/locale/security-guide.pot
source_lang = en
type = PO
[openstack-manuals-i18n.user-guide]
file_filter = doc/user-guide/locale/<lang>.po
source_file = doc/user-guide/locale/user-guide.pot
source_lang = en
type = PO
[openstack-manuals-i18n.user-guide-admin]
file_filter = doc/user-guide-admin/locale/<lang>.po
source_file = doc/user-guide-admin/locale/user-guide-admin.pot
source_lang = en
type = PO
[openstack-manuals-i18n.glossary]
file_filter = doc/glossary/locale/<lang>.po
source_file = doc/glossary/locale/glossary.pot
source_lang = en
type = PO
[openstack-manuals-i18n.training-guides]
file_filter = doc/training-guides/locale/<lang>.po
source_file = doc/training-guides/locale/training-guides.pot
source_lang = en
type = PO
[openstack-manuals-i18n.cli-reference]
file_filter = doc/cli-reference/locale/<lang>.po
source_file = doc/cli-reference/locale/cli-reference.pot
source_lang = en
type = PO