Files
openstack-ansible-plugins/.gitignore
Dmitriy Rabotyagov e78b1fa8b8 Add openstack_resources role skeleton
This adds new role that aims to provide a handy structure to manage
openstack resources, like flavors, networks, aggregates, etc. It's aimed
to be re-used not only inside OSA by creating common resources,
but also by operators to automate their routine.

Change-Id: I81a9cd612931b84468343948b315db193acd8923
2024-01-25 22:02:41 +00:00

71 lines
1.2 KiB
Plaintext

# Add patterns in here to exclude files created by tools integrated with this
# repository, such as test frameworks from the project's recommended workflow,
# rendered documentation and package builds.
#
# Don't add patterns to exclude files created by preferred personal tools
# (editors, IDEs, your operating system itself even). These should instead be
# maintained outside the repository, for example in a ~/.gitignore file added
# with:
#
# git config --global core.excludesfile '~/.gitignore'
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.pyc
build/
dist/
doc/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 #
######################
._*
.tox
*.egg-info
.eggs
.cache
# Generated by pbr while building docs
######################################
AUTHORS
ChangeLog
# Files created by releasenotes build
releasenotes/build
# Test temp files
tests/common
tests/*.retry
# Vagrant artifacts
.vagrant
# Git clones
openstack-ansible-ops
previous