ansible/.gitignore

61 lines
990 B
Plaintext
Raw Normal View History

# build products...
*.py[co]
build
AUTHORS.TXT
# Emacs backup files...
*~
.\#*
# RPM stuff...
MANIFEST
dist
rpm-build
# Eclipse/PyDev stuff...
.project
.pydevproject
# PyCharm stuff...
.idea
2013-05-23 01:11:38 +02:00
#IntelliJ IDEA stuff..
*.iml
# Mac OS X stuff...
.DS_Store
# manpage build stuff...
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
2012-10-09 01:21:50 +02:00
docs/man/man3/*
# Sublime stuff
*.sublime-project
*.sublime-workspace
# docsite stuff...
docsite/rst/modules_by_category.rst
docsite/rst/list_of_*.rst
docsite/rst/*_module.rst
docsite/*.html
docsite/_static/*.gif
docsite/_static/*.png
docsite/_static/websupport.js
docsite/searchindex.js
docsite/htmlout
# deb building stuff...
debian/
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
.coverage
.tox
2014-03-11 14:21:33 +01:00
results.xml
coverage.xml
/test/units/cover-html
2014-04-23 16:08:11 +02:00
# Development
/test/develop
venv
Vagrantfile
.vagrant
ansible.egg-info/