.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...
35ec9f81
 docsite/rst/modules_by_category.rst
fbdcb22e
 docsite/rst/playbooks_directives.rst
35ec9f81
 docsite/rst/list_of_*.rst
 docsite/rst/*_module.rst
c3245e45
 docsite/*.html
 docsite/_static/*.gif
 docsite/_static/*.png
 docsite/_static/websupport.js
 docsite/searchindex.js
 docsite/htmlout
291648cc
 # deb building stuff...
d5837aab
 debian/
41131149
 deb-build
0a28d26d
 # Vim swap files
 *.swp
 *.swo
b589bf1d
 credentials.yml
73454956
 # test output
f3b691cc
 *.retry
5466510e
 *.out
73454956
 .coverage
3d67e9e0
 .tox
73454956
 results.xml
 coverage.xml
 /test/units/cover-html
139ae7eb
 # Development
 /test/develop
 venv
 Vagrantfile
 .vagrant
bbe3cdd9
 ansible.egg-info/
66f8da72
 /shippable/