2019-08-20 03:06:05 +00:00
|
|
|
# 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'
|
|
|
|
|
2016-03-01 10:13:05 -05:00
|
|
|
# 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
|
2016-08-10 11:44:52 -04:00
|
|
|
logs/*
|
2016-03-01 10:13:05 -05:00
|
|
|
|
|
|
|
# OS generated files #
|
|
|
|
######################
|
|
|
|
._*
|
|
|
|
.tox
|
|
|
|
*.egg-info
|
|
|
|
.eggs
|
|
|
|
|
|
|
|
# Generated by pbr while building docs
|
|
|
|
######################################
|
|
|
|
AUTHORS
|
|
|
|
ChangeLog
|
|
|
|
|
|
|
|
# Files created by releasenotes build
|
|
|
|
releasenotes/build
|
|
|
|
|
|
|
|
# Test temp files
|
2016-11-17 12:44:31 +02:00
|
|
|
tests/common
|
|
|
|
tests/*.retry
|
2016-03-09 22:04:36 -05:00
|
|
|
|
2016-08-10 11:44:52 -04:00
|
|
|
# Vagrant artifacts
|
2016-04-09 19:20:32 +01:00
|
|
|
.vagrant
|
2017-06-22 15:19:34 +00:00
|
|
|
|
|
|
|
# Git clones
|
|
|
|
openstack-ansible-ops
|
2018-03-27 15:52:26 +00:00
|
|
|
previous
|