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 #
|
|
|
|
######################
|
|
|
|
.DS_Store
|
|
|
|
.DS_Store?
|
|
|
|
._*
|
|
|
|
.Spotlight-V100
|
|
|
|
.Trashes
|
|
|
|
.idea
|
|
|
|
.tox
|
|
|
|
*.sublime*
|
|
|
|
*.egg-info
|
|
|
|
Icon?
|
|
|
|
ehthumbs.db
|
|
|
|
Thumbs.db
|
|
|
|
.eggs
|
|
|
|
|
|
|
|
# User driven backup files #
|
|
|
|
############################
|
|
|
|
*.bak
|
2016-05-04 15:20:26 +01:00
|
|
|
*.swp
|
2016-03-01 10:13:05 -05:00
|
|
|
|
|
|
|
# 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
|
2018-10-02 14:53:09 +00:00
|
|
|
|
|
|
|
# Editor files
|
|
|
|
.vscode
|