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
This commit is contained in:
daisy-ycguo 2014-03-13 11:04:49 +08:00
parent 8225eed12d
commit dec3373c9b
2 changed files with 3 additions and 9 deletions

3
.gitignore vendored
View File

@ -15,6 +15,9 @@ publish-docs/
generated/
/build-*.log.gz
# Transifex Client Setting
.tx
# Editors
*~
.*.swp

View File

@ -1,9 +0,0 @@
[main]
host = https://www.transifex.com
type = PO
[openstack-manuals-i18n.openstack-ops]
file_filter = doc/openstack-ops/locale/<lang>.po
source_file = doc/openstack-ops/locale/openstack-ops.pot
source_lang = en