From 81a8a03535ad566dc48e4e4923225ae583bd6340 Mon Sep 17 00:00:00 2001 From: daisy-ycguo Date: Wed, 12 Mar 2014 14:36:27 +0800 Subject: [PATCH] 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 --- .gitignore | 3 +++ .tx/config | 76 ------------------------------------------------------ 2 files changed, 3 insertions(+), 76 deletions(-) delete mode 100644 .tx/config diff --git a/.gitignore b/.gitignore index 522294d46a..354590d85b 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,9 @@ boxes/* # Testenvironment .tox/ +# Transifex Client Setting +.tx + # Editors *~ .*.swp diff --git a/.tx/config b/.tx/config deleted file mode 100644 index be1128dcdb..0000000000 --- a/.tx/config +++ /dev/null @@ -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/.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/.po -source_file = doc/common/locale/common.pot -source_lang = en -type = PO - -[openstack-manuals-i18n.config-reference] -file_filter = doc/config-reference/locale/.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/.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/.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/.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/.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/.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/.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/.po -source_file = doc/glossary/locale/glossary.pot -source_lang = en -type = PO - -[openstack-manuals-i18n.training-guides] -file_filter = doc/training-guides/locale/.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/.po -source_file = doc/cli-reference/locale/cli-reference.pot -source_lang = en -type = PO -