bda8d4fc6a
Now that we have some sort of conf checking again in the tox ini file, we should make sure we don't inadvertenly commit a generated sample (which I've done twice now). Change-Id: I51124971ee52a1caf48123c5c2df2759bbcc045d
34 lines
375 B
Plaintext
34 lines
375 B
Plaintext
*.DS_Store
|
|
*.log
|
|
*.mo
|
|
*.pyc
|
|
*.sqlite
|
|
/.*
|
|
!.coveragerc
|
|
!.gitignore
|
|
!.mailmap
|
|
!.testr.conf
|
|
.*.sw?
|
|
AUTHORS
|
|
Authors
|
|
build/*
|
|
build-stamp
|
|
CA/
|
|
ChangeLog
|
|
cinder.egg-info
|
|
cover/*
|
|
covhtml
|
|
dist/*
|
|
etc/cinder/cinder.conf.sample
|
|
instances
|
|
keeper
|
|
keys
|
|
local_settings.py
|
|
tools/conf/cinder.conf*
|
|
tools/lintstack.head.py
|
|
tools/pylint_exceptions
|
|
tags
|
|
# Files created by Sphinx build
|
|
doc/build
|
|
|