8f87fb477a
Previously "/generated/" is the folder in cli-reference. At present as cli-reference is migrated to rst and no more using folder "/generated" So we can remove this from .gitignore Change-Id: I9b5bad398a4842abac4e94a6c8a87df3b4df0637
35 lines
416 B
Plaintext
35 lines
416 B
Plaintext
.DS_Store
|
|
*.xpr
|
|
.idea
|
|
|
|
# Build results
|
|
target/
|
|
/publish-docs/
|
|
/www/output/
|
|
/doc/install-guide/build-rdo/
|
|
/doc/install-guide/build-obs/
|
|
/doc/install-guide/build-ubuntu/
|
|
/doc/install-guide/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
|