e1a7ab8478
ignore directory with dynamic content Depends-On: https://review.openstack.org/#/c/602825/ Change-Id: I1e6bdd82c837c9eb0a998c402034efb47eef46a0
84 lines
1.2 KiB
Plaintext
84 lines
1.2 KiB
Plaintext
# Compiled source #
|
|
###################
|
|
*.com
|
|
*.class
|
|
*.dll
|
|
*.exe
|
|
*.o
|
|
*.so
|
|
*.pyc
|
|
build/
|
|
dist/
|
|
doc/build/
|
|
deploy-guide/build/
|
|
|
|
# Packages #
|
|
############
|
|
# it's better to unpack these files and commit the raw source
|
|
# git has its own built in compression methods
|
|
*.7z
|
|
*.dmg
|
|
*.gz
|
|
*.iso
|
|
*.jar
|
|
*.rar
|
|
*.tar
|
|
*.zip
|
|
|
|
# Logs and databases #
|
|
######################
|
|
*.log
|
|
*.sql
|
|
*.sqlite
|
|
logs/*
|
|
|
|
# OS generated files #
|
|
######################
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
.idea
|
|
.tox
|
|
*.sublime*
|
|
*.egg-info
|
|
Icon?
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
.eggs
|
|
.coverage
|
|
*.retry
|
|
|
|
# User driven backup files #
|
|
############################
|
|
*.bak
|
|
*.swp
|
|
|
|
# Generated by pbr while building docs
|
|
######################################
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
|
|
# Vagrant artifacts
|
|
.vagrant
|
|
|
|
# run playbooks tests
|
|
playbooks/root-include-playbook.yml
|
|
playbooks/include-playbook.yml*
|
|
playbooks/logs
|
|
|
|
# This file doc/source/user/aio/scenario-table-gen.html
|
|
# is generated by doc/source/scenario_table_gen.py
|
|
# So we should ignore any contributor changes to it.
|
|
doc/source/user/aio/_assets
|
|
|
|
# ignore zanata cache on translation job
|
|
.zanata-cache/
|
|
|
|
# ignore fetched upper-contraints file while translation job
|
|
upper-constraints.txt
|