From dec3373c9b641d8c1df5daf85b534f40167e3e03 Mon Sep 17 00:00:00 2001 From: daisy-ycguo Date: Thu, 13 Mar 2014 11:04:49 +0800 Subject: [PATCH] Remove folder .tx from git tree 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. Same as openstack-manuals See https://review.openstack.org/#/c/79859/ Change-Id: I444f6ce3faf9559896c01652b9041619ffa17b81 --- .gitignore | 3 +++ .tx/config | 9 --------- 2 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 .tx/config diff --git a/.gitignore b/.gitignore index 751655d6..b28332d4 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,9 @@ publish-docs/ generated/ /build-*.log.gz +# Transifex Client Setting +.tx + # Editors *~ .*.swp diff --git a/.tx/config b/.tx/config deleted file mode 100644 index 68db7205..00000000 --- a/.tx/config +++ /dev/null @@ -1,9 +0,0 @@ -[main] -host = https://www.transifex.com -type = PO - -[openstack-manuals-i18n.openstack-ops] -file_filter = doc/openstack-ops/locale/.po -source_file = doc/openstack-ops/locale/openstack-ops.pot -source_lang = en -