2012-10-12 14:06:37 +02:00
|
|
|
# build products...
|
2012-02-25 02:05:05 +01:00
|
|
|
*.py[co]
|
|
|
|
build
|
2013-03-26 08:09:16 +01:00
|
|
|
AUTHORS.TXT
|
2017-06-28 19:58:22 +02:00
|
|
|
# Emacs backup and autosave files...
|
2012-03-05 19:47:01 +01:00
|
|
|
*~
|
|
|
|
.\#*
|
2017-06-28 19:58:22 +02:00
|
|
|
\#*
|
2012-10-12 14:06:37 +02:00
|
|
|
# RPM stuff...
|
2012-03-10 20:02:25 +01:00
|
|
|
MANIFEST
|
|
|
|
dist
|
|
|
|
rpm-build
|
2012-04-14 21:35:51 +02:00
|
|
|
# Eclipse/PyDev stuff...
|
|
|
|
.project
|
|
|
|
.pydevproject
|
2012-10-12 14:06:37 +02:00
|
|
|
# PyCharm stuff...
|
2012-09-30 11:08:41 +02:00
|
|
|
.idea
|
2013-05-23 01:11:38 +02:00
|
|
|
#IntelliJ IDEA stuff..
|
|
|
|
*.iml
|
2017-10-25 02:24:38 +02:00
|
|
|
#VSCode stuff..
|
|
|
|
.vscode/
|
2012-10-12 14:06:37 +02:00
|
|
|
# Mac OS X stuff...
|
2012-09-30 11:08:41 +02:00
|
|
|
.DS_Store
|
2012-10-12 14:06:37 +02:00
|
|
|
# manpage build stuff...
|
2017-03-23 06:11:40 +01:00
|
|
|
docs/man/man1/ansible*.1
|
|
|
|
docs/man/man1/ansible*.1.asciidoc.in
|
2012-10-09 01:21:50 +02:00
|
|
|
docs/man/man3/*
|
2012-10-08 08:56:57 +02:00
|
|
|
# Sublime stuff
|
|
|
|
*.sublime-project
|
|
|
|
*.sublime-workspace
|
2012-10-12 14:06:37 +02:00
|
|
|
# docsite stuff...
|
2017-09-23 05:19:50 +02:00
|
|
|
docs/api/_build/
|
|
|
|
docs/api/rst/
|
|
|
|
docs/docsite/*.html
|
|
|
|
docs/docsite/_build
|
|
|
|
docs/docsite/_static/*.gif
|
|
|
|
docs/docsite/_static/*.png
|
|
|
|
docs/docsite/_static/websupport.js
|
|
|
|
docs/docsite/htmlout
|
|
|
|
docs/docsite/searchindex.js
|
|
|
|
docs/docsite/rst_warnings
|
|
|
|
docs/docsite/rst/*_module.rst
|
|
|
|
docs/docsite/rst/ansible.rst
|
|
|
|
docs/docsite/rst/ansible-*.rst
|
2017-09-01 16:15:45 +02:00
|
|
|
docs/docsite/rst/community_maintained.rst
|
|
|
|
docs/docsite/rst/config.rst
|
|
|
|
docs/docsite/rst/core_maintained.rst
|
2017-01-20 00:51:20 +01:00
|
|
|
docs/docsite/rst/list_of_*.rst
|
2017-09-01 16:15:45 +02:00
|
|
|
docs/docsite/rst/modules_by_category.rst
|
|
|
|
docs/docsite/rst/network_maintained.rst
|
2017-09-23 05:19:50 +02:00
|
|
|
docs/docsite/rst/plugins_by_category.rst
|
2017-09-01 16:15:45 +02:00
|
|
|
docs/docsite/rst/partner_maintained.rst
|
2017-11-11 01:59:26 +01:00
|
|
|
docs/docsite/rst/playbooks_keywords.rst
|
2017-09-01 16:15:45 +02:00
|
|
|
docs/docsite/rst/playbooks_directives.rst
|
2017-09-23 05:19:50 +02:00
|
|
|
docs/docsite/rst/plugins/*/*.rst
|
2012-10-12 14:06:37 +02:00
|
|
|
# deb building stuff...
|
2016-10-26 23:24:15 +02:00
|
|
|
/debian/
|
2014-06-20 22:04:10 +02:00
|
|
|
deb-build
|
2013-05-18 22:51:43 +02:00
|
|
|
# Vim swap files
|
|
|
|
*.swp
|
|
|
|
*.swo
|
2014-02-24 20:37:23 +01:00
|
|
|
credentials.yml
|
2014-03-11 14:21:33 +01:00
|
|
|
# test output
|
2016-02-03 20:53:16 +01:00
|
|
|
*.retry
|
2016-02-03 20:59:11 +01:00
|
|
|
*.out
|
2015-03-11 00:38:37 +01:00
|
|
|
.tox
|
2016-10-31 23:11:56 +01:00
|
|
|
.cache
|
2014-03-11 14:21:33 +01:00
|
|
|
results.xml
|
|
|
|
coverage.xml
|
|
|
|
/test/units/cover-html
|
2017-01-20 22:05:31 +01:00
|
|
|
/test/integration/targets/*/backup/
|
2017-10-26 09:21:46 +02:00
|
|
|
/test/cache/*
|
2014-04-23 16:08:11 +02:00
|
|
|
# Development
|
|
|
|
/test/develop
|
|
|
|
venv
|
|
|
|
Vagrantfile
|
|
|
|
.vagrant
|
2014-05-05 20:13:01 +02:00
|
|
|
ansible.egg-info/
|
2016-06-02 06:08:14 +02:00
|
|
|
/shippable/
|
2017-09-22 09:19:21 +02:00
|
|
|
/test/integration/cloud-config-*.*
|
|
|
|
!/test/integration/cloud-config-*.*.template
|
2016-11-04 20:27:57 +01:00
|
|
|
# Release directory
|
|
|
|
packaging/release/ansible_release
|
2016-11-30 06:21:53 +01:00
|
|
|
/.cache/
|
2017-05-11 07:25:02 +02:00
|
|
|
/test/results/coverage/*=coverage.*
|
2016-11-30 06:21:53 +01:00
|
|
|
/test/results/coverage/coverage*
|
2017-05-15 11:42:11 +02:00
|
|
|
/test/results/reports/coverage*.xml
|
|
|
|
/test/results/reports/coverage*/
|
2017-03-07 23:59:50 +01:00
|
|
|
/test/results/bot/*.json
|
2016-11-30 06:21:53 +01:00
|
|
|
/test/results/junit/*.xml
|
|
|
|
/test/results/logs/*.log
|
2017-08-26 00:14:47 +02:00
|
|
|
/test/results/data/*.json
|
2016-11-30 06:21:53 +01:00
|
|
|
/test/integration/inventory.remote
|
2017-01-08 08:36:35 +01:00
|
|
|
/test/integration/inventory.networking
|
2016-11-30 06:21:53 +01:00
|
|
|
/test/integration/inventory.winrm
|
2017-08-28 18:52:22 +02:00
|
|
|
/test/integration/cloud-config-aws.yml
|
2017-11-09 17:56:31 +01:00
|
|
|
/test/integration/cloud-config-cs.ini
|
2016-12-15 16:47:59 +01: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 03:54:58 +02:00
|
|
|
/test/integration/cloud-config-azure.yml
|