2019-09-19 14:01:04 +05:30
|
|
|
# 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'
|
2013-01-07 15:56:08 -05:00
|
|
|
AUTHORS
|
|
|
|
ChangeLog
|
2011-08-11 12:57:44 -05:00
|
|
|
*.pyc
|
2016-06-27 12:59:37 +09:00
|
|
|
__pycache__/
|
2016-12-22 16:50:40 +09:00
|
|
|
etc/accounts.yaml
|
2018-07-27 17:09:21 +09:00
|
|
|
etc/*.conf
|
2015-07-27 17:07:37 -04:00
|
|
|
etc/tempest.conf.sample
|
2011-08-11 12:57:44 -05:00
|
|
|
include/swift_objects/swift_small
|
|
|
|
include/swift_objects/swift_medium
|
|
|
|
include/swift_objects/swift_large
|
|
|
|
*.log
|
2011-12-02 15:53:32 -05:00
|
|
|
*.swp
|
2012-10-23 19:32:45 +02:00
|
|
|
*.swo
|
2013-01-07 15:56:08 -05:00
|
|
|
*.egg*
|
2012-09-17 13:27:56 -07:00
|
|
|
.tox
|
2012-12-14 11:11:41 -05:00
|
|
|
.venv
|
2012-12-04 11:30:49 +01:00
|
|
|
dist
|
|
|
|
build
|
2013-05-06 15:32:45 +12:00
|
|
|
.testrepository
|
2017-09-14 14:51:25 -06:00
|
|
|
.stestr
|
2016-02-05 20:32:28 +03:00
|
|
|
.idea
|
|
|
|
.project
|
|
|
|
.pydevproject
|
2014-03-17 11:09:27 +09:00
|
|
|
.coverage*
|
2014-03-28 08:08:13 +09:00
|
|
|
!.coveragerc
|
2014-03-07 07:47:22 +09:00
|
|
|
cover/
|
2015-08-24 17:55:09 -04:00
|
|
|
doc/source/_static/tempest.conf.sample
|
2016-06-29 10:39:02 -04:00
|
|
|
doc/source/plugin-registry.rst
|
2016-02-23 10:12:48 -05:00
|
|
|
|
|
|
|
# Files created by releasenotes build
|
|
|
|
releasenotes/build
|