1b74d7ca0d
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
29 lines
274 B
Plaintext
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
|