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:
parent
8225eed12d
commit
dec3373c9b
3
.gitignore
vendored
3
.gitignore
vendored
@ -15,6 +15,9 @@ publish-docs/
|
||||
generated/
|
||||
/build-*.log.gz
|
||||
|
||||
# Transifex Client Setting
|
||||
.tx
|
||||
|
||||
# Editors
|
||||
*~
|
||||
.*.swp
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user