openstack-manuals/.gitignore
daisy-ycguo 81a8a03535 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
2014-03-12 14:36:33 +08:00

27 lines
259 B
Plaintext

.DS_Store
*.xpr
.idea
# Build results
target/
bk-ha-guide.xml
publish-docs/
generated/
/build-*.log.gz
# Ignore Vagrant Related Files
acceptance_config.yml
boxes/*
/.vagrant
# Testenvironment
.tox/
# Transifex Client Setting
.tx
# Editors
*~
.*.swp
.bak