faead21540
Adds the /doc/install-guide-rst/build-debian/ build directory to .gitignore Change-Id: Iaea99de92f33cd7423694c16c90d2fe01d4369b0
36 lines
444 B
Plaintext
36 lines
444 B
Plaintext
.DS_Store
|
|
*.xpr
|
|
.idea
|
|
|
|
# Build results
|
|
target/
|
|
/publish-docs/
|
|
/www/output/
|
|
/generated/
|
|
/doc/install-guide-rst/build-rdo/
|
|
/doc/install-guide-rst/build-obs/
|
|
/doc/install-guide-rst/build-ubuntu/
|
|
/doc/install-guide-rst/build-debian/
|
|
.doctrees
|
|
build/
|
|
/build-*.log.gz
|
|
glossary.rst
|
|
*.mo
|
|
|
|
# Python compiled files
|
|
*.pyc
|
|
|
|
# Ignore Vagrant Related Files
|
|
acceptance_config.yml
|
|
boxes/*
|
|
/.vagrant
|
|
|
|
# Testenvironment
|
|
.tox/
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.bak
|
|
/.project
|