.gitignore
291648cc
 # build products...
f0b02117
 *.py[co]
 build
0aba811c
 AUTHORS.TXT
6343aa62
 # Emacs backup files...
 *~
 .\#*
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...
8eda94c5
 docs/man/man1/ansible.1
 docs/man/man1/ansible-doc.1
 docs/man/man1/ansible-galaxy.1
 docs/man/man1/ansible-playbook.1
 docs/man/man1/ansible-pull.1
 docs/man/man1/ansible-vault.1
dcee25c6
 docs/man/man3/*
4a6b5c5d
 # Sublime stuff
 *.sublime-project
 *.sublime-workspace
291648cc
 # docsite stuff...
49e9d10f
 docs/docsite/rst/modules_by_category.rst
 docs/docsite/rst/playbooks_directives.rst
 docs/docsite/rst/list_of_*.rst
 docs/docsite/rst/*_module.rst
 docs/docsite/*.html
 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/
7c049b16
 # Release directory
 packaging/release/ansible_release
6bbd92e4
 /.cache/
 /test/results/coverage/coverage*
 /test/results/reports/coverage.xml
 /test/results/reports/coverage/
8f463fcd
 /test/results/bot/*.json
6bbd92e4
 /test/results/junit/*.xml
 /test/results/logs/*.log
 /test/integration/inventory.remote
d8733a54
 /test/integration/inventory.networking
6bbd92e4
 /test/integration/inventory.winrm
3ccd0141
 # old submodule dirs
 lib/ansible/modules/core
 lib/ansible/modules/extras
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.*