2012-10-12 12:06:37 +00:00
|
|
|
# build products...
|
2012-02-25 01:05:05 +00:00
|
|
|
*.py[co]
|
|
|
|
build
|
2013-03-26 07:09:16 +00:00
|
|
|
AUTHORS.TXT
|
2017-06-28 17:58:22 +00:00
|
|
|
# Emacs backup and autosave files...
|
2012-03-05 18:47:01 +00:00
|
|
|
*~
|
|
|
|
.\#*
|
2017-06-28 17:58:22 +00:00
|
|
|
\#*
|
2012-10-12 12:06:37 +00:00
|
|
|
# RPM stuff...
|
2012-03-10 19:02:25 +00:00
|
|
|
MANIFEST
|
|
|
|
dist
|
|
|
|
rpm-build
|
2012-04-14 19:35:51 +00:00
|
|
|
# Eclipse/PyDev stuff...
|
|
|
|
.project
|
|
|
|
.pydevproject
|
2012-10-12 12:06:37 +00:00
|
|
|
# PyCharm stuff...
|
2012-09-30 09:08:41 +00:00
|
|
|
.idea
|
2013-05-22 23:11:38 +00:00
|
|
|
#IntelliJ IDEA stuff..
|
|
|
|
*.iml
|
2017-10-25 00:24:38 +00:00
|
|
|
#VSCode stuff..
|
|
|
|
.vscode/
|
2012-10-12 12:06:37 +00:00
|
|
|
# Mac OS X stuff...
|
2012-09-30 09:08:41 +00:00
|
|
|
.DS_Store
|
2012-10-12 12:06:37 +00:00
|
|
|
# manpage build stuff...
|
2017-03-23 05:11:40 +00:00
|
|
|
docs/man/man1/ansible*.1
|
|
|
|
docs/man/man1/ansible*.1.asciidoc.in
|
2012-10-08 23:21:50 +00:00
|
|
|
docs/man/man3/*
|
2012-10-08 06:56:57 +00:00
|
|
|
# Sublime stuff
|
|
|
|
*.sublime-project
|
|
|
|
*.sublime-workspace
|
2012-10-12 12:06:37 +00:00
|
|
|
# docsite stuff...
|
2017-09-23 03:19:50 +00:00
|
|
|
docs/docsite/_build
|
2018-02-13 18:52:13 +00:00
|
|
|
docs/docsite/*.html
|
2017-09-23 03:19:50 +00:00
|
|
|
docs/docsite/htmlout
|
2018-02-13 18:52:13 +00:00
|
|
|
docs/docsite/rst/cli/ansible-*.rst
|
|
|
|
docs/docsite/rst/cli/ansible.rst
|
2019-07-22 20:50:46 +00:00
|
|
|
docs/docsite/rst/dev_guide/collections_galaxy_meta.rst
|
2018-10-23 15:52:36 +00:00
|
|
|
docs/docsite/rst/dev_guide/testing/sanity/index.rst.new
|
2018-02-13 18:52:13 +00:00
|
|
|
docs/docsite/rst/modules/*.rst
|
2017-09-01 14:15:45 +00:00
|
|
|
docs/docsite/rst/playbooks_directives.rst
|
2018-02-13 18:52:13 +00:00
|
|
|
docs/docsite/rst/plugins_by_category.rst
|
2017-09-23 03:19:50 +00:00
|
|
|
docs/docsite/rst/plugins/*/*.rst
|
2018-02-13 18:52:13 +00:00
|
|
|
docs/docsite/rst/reference_appendices/config.rst
|
|
|
|
docs/docsite/rst/reference_appendices/playbooks_keywords.rst
|
|
|
|
docs/docsite/rst_warnings
|
|
|
|
docs/docsite/searchindex.js
|
|
|
|
docs/docsite/_static/*.gif
|
|
|
|
docs/docsite/_static/*.png
|
|
|
|
docs/docsite/_static/websupport.js
|
2012-10-12 12:06:37 +00:00
|
|
|
# deb building stuff...
|
2016-10-26 21:24:15 +00:00
|
|
|
/debian/
|
2014-06-20 20:04:10 +00:00
|
|
|
deb-build
|
2013-05-18 20:51:43 +00:00
|
|
|
# Vim swap files
|
|
|
|
*.swp
|
|
|
|
*.swo
|
2014-02-24 19:37:23 +00:00
|
|
|
credentials.yml
|
2014-03-11 13:21:33 +00:00
|
|
|
# test output
|
2016-02-03 19:53:16 +00:00
|
|
|
*.retry
|
2016-02-03 19:59:11 +00:00
|
|
|
*.out
|
2018-05-17 21:29:47 +00:00
|
|
|
.pytest_cache/
|
2015-03-10 23:38:37 +00:00
|
|
|
.tox
|
2016-10-31 22:11:56 +00:00
|
|
|
.cache
|
2018-04-12 13:41:57 +00:00
|
|
|
.pytest_cache
|
2014-03-11 13:21:33 +00:00
|
|
|
results.xml
|
|
|
|
coverage.xml
|
|
|
|
/test/units/cover-html
|
2017-01-20 21:05:31 +00:00
|
|
|
/test/integration/targets/*/backup/
|
2017-10-26 07:21:46 +00:00
|
|
|
/test/cache/*
|
2014-04-23 14:08:11 +00:00
|
|
|
# Development
|
|
|
|
/test/develop
|
|
|
|
venv
|
|
|
|
Vagrantfile
|
|
|
|
.vagrant
|
2014-05-05 18:13:01 +00:00
|
|
|
ansible.egg-info/
|
2016-06-02 04:08:14 +00:00
|
|
|
/shippable/
|
2017-09-22 07:19:21 +00:00
|
|
|
/test/integration/cloud-config-*.*
|
|
|
|
!/test/integration/cloud-config-*.*.template
|
2018-03-15 18:07:59 +00:00
|
|
|
.python-version
|
2016-11-04 19:27:57 +00:00
|
|
|
# Release directory
|
|
|
|
packaging/release/ansible_release
|
2016-11-30 05:21:53 +00:00
|
|
|
/.cache/
|
2019-08-28 06:40:06 +00:00
|
|
|
/test/results/
|
2019-02-13 03:06:58 +00:00
|
|
|
/test/integration/cloud-config-aws.yml
|
2017-01-08 07:36:35 +00:00
|
|
|
/test/integration/inventory.networking
|
2016-11-30 05:21:53 +00:00
|
|
|
/test/integration/inventory.winrm
|
2017-08-28 16:52:22 +00:00
|
|
|
/test/integration/cloud-config-aws.yml
|
2017-11-09 16:56:31 +00:00
|
|
|
/test/integration/cloud-config-cs.ini
|
2016-12-15 15:47:59 +00:00
|
|
|
# python 'rope' stuff
|
|
|
|
.ropeproject
|
|
|
|
# local 'ack' config files
|
|
|
|
.ackrc
|
|
|
|
# default 'coverage html' results
|
|
|
|
htmlcov/
|
|
|
|
# default 'coverage' tool data
|
|
|
|
.coverage
|
|
|
|
# ansible-test coverage results
|
|
|
|
test/units/.coverage.*
|
2017-08-30 01:54:58 +00:00
|
|
|
/test/integration/cloud-config-azure.yml
|
2018-05-24 15:09:30 +00:00
|
|
|
/SYMLINK_CACHE.json
|
2018-06-05 01:07:14 +00:00
|
|
|
changelogs/.plugin-cache.yaml
|
2019-03-05 19:58:13 +00:00
|
|
|
.ansible-test-timeout.json
|
2019-08-20 15:32:37 +00:00
|
|
|
# ansible-test temporary metadata file for use with delgation
|
|
|
|
/metadata-*.json
|