2012-10-12 08:06:37 -04:00
|
|
|
# build products...
|
2012-02-24 20:05:05 -05:00
|
|
|
*.py[co]
|
|
|
|
build
|
2013-03-26 08:09:16 +01:00
|
|
|
AUTHORS.TXT
|
2017-06-28 18:58:22 +01:00
|
|
|
# Emacs backup and autosave files...
|
2012-03-05 13:47:01 -05:00
|
|
|
*~
|
|
|
|
.\#*
|
2017-06-28 18:58:22 +01:00
|
|
|
\#*
|
2012-10-12 08:06:37 -04:00
|
|
|
# RPM stuff...
|
2012-03-10 14:02:25 -05:00
|
|
|
MANIFEST
|
|
|
|
dist
|
|
|
|
rpm-build
|
2012-04-14 21:35:51 +02:00
|
|
|
# Eclipse/PyDev stuff...
|
|
|
|
.project
|
|
|
|
.pydevproject
|
2012-10-12 08:06:37 -04:00
|
|
|
# PyCharm stuff...
|
2012-09-30 11:08:41 +02:00
|
|
|
.idea
|
2013-05-23 09:11:38 +10:00
|
|
|
#IntelliJ IDEA stuff..
|
|
|
|
*.iml
|
2017-10-25 10:24:38 +10:00
|
|
|
#VSCode stuff..
|
|
|
|
.vscode/
|
2012-10-12 08:06:37 -04:00
|
|
|
# Mac OS X stuff...
|
2012-09-30 11:08:41 +02:00
|
|
|
.DS_Store
|
2012-10-12 08:06:37 -04:00
|
|
|
# manpage build stuff...
|
2017-03-23 01:11:40 -04:00
|
|
|
docs/man/man1/ansible*.1
|
|
|
|
docs/man/man1/ansible*.1.asciidoc.in
|
2012-10-08 19:21:50 -04:00
|
|
|
docs/man/man3/*
|
2012-10-08 08:56:57 +02:00
|
|
|
# Sublime stuff
|
|
|
|
*.sublime-project
|
|
|
|
*.sublime-workspace
|
2012-10-12 08:06:37 -04:00
|
|
|
# docsite stuff...
|
2017-09-22 23:19:50 -04:00
|
|
|
docs/docsite/_build
|
2018-02-13 10:52:13 -08:00
|
|
|
docs/docsite/*.html
|
2017-09-22 23:19:50 -04:00
|
|
|
docs/docsite/htmlout
|
2021-02-17 10:57:05 -05:00
|
|
|
docs/docsite/rst/conf.py
|
|
|
|
docs/docsite/rst/index.rst
|
2018-02-13 10:52:13 -08:00
|
|
|
docs/docsite/rst/cli/ansible-*.rst
|
|
|
|
docs/docsite/rst/cli/ansible.rst
|
2019-07-23 06:50:46 +10:00
|
|
|
docs/docsite/rst/dev_guide/collections_galaxy_meta.rst
|
2018-10-23 11:52:36 -04:00
|
|
|
docs/docsite/rst/dev_guide/testing/sanity/index.rst.new
|
2018-02-13 10:52:13 -08:00
|
|
|
docs/docsite/rst/modules/*.rst
|
2020-07-17 13:07:35 -07:00
|
|
|
docs/docsite/rst/collections/*.rst
|
2020-12-18 17:55:31 +01:00
|
|
|
!docs/docsite/rst/collections/all_plugins.rst
|
2020-07-17 13:07:35 -07:00
|
|
|
docs/docsite/rst/collections/*/*.rst
|
2017-09-01 15:15:45 +01:00
|
|
|
docs/docsite/rst/playbooks_directives.rst
|
2018-02-13 10:52:13 -08:00
|
|
|
docs/docsite/rst/plugins_by_category.rst
|
2017-09-22 23:19:50 -04:00
|
|
|
docs/docsite/rst/plugins/*/*.rst
|
2018-02-13 10:52:13 -08: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 08:06:37 -04:00
|
|
|
# deb building stuff...
|
2016-10-26 17:24:15 -04:00
|
|
|
/debian/
|
2014-06-20 16:04:10 -04:00
|
|
|
deb-build
|
2013-05-18 21:51:43 +01:00
|
|
|
# Vim swap files
|
|
|
|
*.swp
|
|
|
|
*.swo
|
2014-02-24 14:37:23 -05:00
|
|
|
credentials.yml
|
2014-03-11 09:21:33 -04:00
|
|
|
# test output
|
2016-02-03 14:53:16 -05:00
|
|
|
*.retry
|
2016-02-03 14:59:11 -05:00
|
|
|
*.out
|
2018-05-17 17:29:47 -04:00
|
|
|
.pytest_cache/
|
2015-03-10 19:38:37 -04:00
|
|
|
.tox
|
2016-10-31 15:11:56 -07:00
|
|
|
.cache
|
2018-04-12 09:41:57 -04:00
|
|
|
.pytest_cache
|
2014-03-11 09:21:33 -04:00
|
|
|
results.xml
|
|
|
|
coverage.xml
|
|
|
|
/test/units/cover-html
|
2020-05-14 11:45:02 -04:00
|
|
|
/test/integration/inventory
|
2017-01-20 13:05:31 -08:00
|
|
|
/test/integration/targets/*/backup/
|
2017-10-26 00:21:46 -07:00
|
|
|
/test/cache/*
|
2014-04-23 10:08:11 -04:00
|
|
|
# Development
|
|
|
|
/test/develop
|
|
|
|
venv
|
|
|
|
Vagrantfile
|
|
|
|
.vagrant
|
2020-03-30 11:00:45 -07:00
|
|
|
# Backwards compatibility with `stable-2.9` and earlier branches.
|
|
|
|
# Also used in the `devel` branch during early Ansible 2.10 development.
|
|
|
|
/lib/ansible.egg-info/
|
|
|
|
# First used in the `devel` branch during Ansible 2.10 development.
|
|
|
|
/lib/ansible_base.egg-info/
|
2020-11-13 15:42:10 -06:00
|
|
|
# First used in the `devel` branch during Ansible 2.11 development.
|
|
|
|
/lib/ansible_core.egg-info/
|
2016-06-01 21:08:14 -07:00
|
|
|
/shippable/
|
2017-09-22 00:19:21 -07:00
|
|
|
/test/integration/cloud-config-*.*
|
|
|
|
!/test/integration/cloud-config-*.*.template
|
2018-03-15 19:07:59 +01:00
|
|
|
.python-version
|
2020-03-28 17:07:29 -05:00
|
|
|
/hacking/tests/selinux/*.mod
|
|
|
|
/hacking/tests/selinux/*.pp
|
2016-11-04 14:27:57 -05:00
|
|
|
# Release directory
|
|
|
|
packaging/release/ansible_release
|
2016-11-29 21:21:53 -08:00
|
|
|
/.cache/
|
2019-08-27 23:40:06 -07:00
|
|
|
/test/results/
|
2019-02-13 13:06:58 +10:00
|
|
|
/test/integration/cloud-config-aws.yml
|
2017-01-07 23:36:35 -08:00
|
|
|
/test/integration/inventory.networking
|
2016-11-29 21:21:53 -08:00
|
|
|
/test/integration/inventory.winrm
|
2017-08-28 11:52:22 -05:00
|
|
|
/test/integration/cloud-config-aws.yml
|
2017-11-10 02:56:31 +10:00
|
|
|
/test/integration/cloud-config-cs.ini
|
2016-12-15 10:47:59 -05: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-29 21:54:58 -04:00
|
|
|
/test/integration/cloud-config-azure.yml
|
2018-05-24 17:09:30 +02:00
|
|
|
/SYMLINK_CACHE.json
|
2018-06-04 18:07:14 -07:00
|
|
|
changelogs/.plugin-cache.yaml
|
2019-03-05 11:58:13 -08:00
|
|
|
.ansible-test-timeout.json
|