.gitignore
291648cc
 # build products...
f0b02117
 *.py[co]
 build
0aba811c
 AUTHORS.TXT
56d33a29
 # Emacs backup and autosave files...
6343aa62
 *~
 .\#*
56d33a29
 \#*
291648cc
 # RPM stuff...
3f245498
 MANIFEST
 dist
 rpm-build
a87c7795
 # Eclipse/PyDev stuff...
 .project
 .pydevproject
291648cc
 # PyCharm stuff...
ddb358a3
 .idea
0ab58774
 #IntelliJ IDEA stuff..
 *.iml
291648cc
 # Mac OS X stuff...
ddb358a3
 .DS_Store
291648cc
 # manpage build stuff...
18a7a1ec
 docs/man/man1/ansible*.1
 docs/man/man1/ansible*.1.asciidoc.in
dcee25c6
 docs/man/man3/*
4a6b5c5d
 # Sublime stuff
 *.sublime-project
 *.sublime-workspace
291648cc
 # docsite stuff...
c98e99dd
 docs/docsite/rst/community_maintained.rst
 docs/docsite/rst/config.rst
 docs/docsite/rst/core_maintained.rst
49e9d10f
 docs/docsite/rst/list_of_*.rst
 docs/docsite/rst/*_module.rst
c98e99dd
 docs/docsite/rst/modules_by_category.rst
 docs/docsite/rst/network_maintained.rst
 docs/docsite/rst/partner_maintained.rst
 docs/docsite/rst/playbook_keywords.rst
 docs/docsite/rst/playbooks_directives.rst
49e9d10f
 docs/docsite/*.html
fd361a25
 docs/docsite/rst/ansible.rst
 docs/docsite/rst/ansible-*.rst
49e9d10f
 docs/docsite/_static/*.gif
 docs/docsite/_static/*.png
 docs/docsite/_static/websupport.js
 docs/docsite/searchindex.js
 docs/docsite/htmlout
ccb40e36
 docs/docsite/_build
49e9d10f
 docs/api/rst/
 docs/api/_build/
291648cc
 # deb building stuff...
4ae0d5b8
 /debian/
41131149
 deb-build
0a28d26d
 # Vim swap files
 *.swp
 *.swo
b589bf1d
 credentials.yml
73454956
 # test output
f3b691cc
 *.retry
5466510e
 *.out
3d67e9e0
 .tox
e2458890
 .cache
73454956
 results.xml
 coverage.xml
 /test/units/cover-html
d87ee022
 /test/integration/targets/*/backup/
139ae7eb
 # Development
 /test/develop
 venv
 Vagrantfile
 .vagrant
bbe3cdd9
 ansible.egg-info/
b0e1efbd
 /shippable/
40b7dffe
 /test/integration/cloud-config-azure.yml
7c049b16
 # Release directory
 packaging/release/ansible_release
6bbd92e4
 /.cache/
dfd19a81
 /test/results/coverage/*=coverage.*
6bbd92e4
 /test/results/coverage/coverage*
6a2a7a23
 /test/results/reports/coverage*.xml
 /test/results/reports/coverage*/
8f463fcd
 /test/results/bot/*.json
6bbd92e4
 /test/results/junit/*.xml
 /test/results/logs/*.log
f71d8615
 /test/results/data/*.json
6bbd92e4
 /test/integration/inventory.remote
d8733a54
 /test/integration/inventory.networking
6bbd92e4
 /test/integration/inventory.winrm
63df0adc
 /test/integration/cloud-config-aws.yml
d48ad47f
 # 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.*
8a6ae51f
 /test/integration/cloud-config-azure.yml