openstack-manuals/.gitignore
Andreas Jaeger 1b74d7ca0d Fix RST translation
Fix generatepot-rst.sh script to not generate duplicate messages and
properly delete generated files.

Let git ignore any python compiled files.

Change-Id: Ib0cb58980ba2bc751cfed9ad56942aedfb62d07e
2015-03-13 09:16:02 +01:00

29 lines
274 B
Plaintext

.DS_Store
*.xpr
.idea
# Build results
target/
/publish-docs/
/www/output/
/generated/
build/
/build-*.log.gz
# Python compiled files
*.pyc
# Ignore Vagrant Related Files
acceptance_config.yml
boxes/*
/.vagrant
# Testenvironment
.tox/
# Editors
*~
.*.swp
.bak
/.project