openstack-ansible/.gitignore
Mike Carden a981b314fd Add files to .gitignore
The .coverage and *.retry files were inadvertently removed
from .gitignore in I1f4122471aa7b10c542d366086c78791d0a098f0.

This patch adds them back.
Change-Id: I629200dcb9b2f558b1b6d9c0d86397c78fae2751
2016-09-23 07:30:41 +10:00

69 lines
802 B
Plaintext

# 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 #
######################
.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