diff options
Diffstat (limited to 'collections-debian-merged/ansible_collections/cisco/iosxr/.gitignore')
-rw-r--r-- | collections-debian-merged/ansible_collections/cisco/iosxr/.gitignore | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/collections-debian-merged/ansible_collections/cisco/iosxr/.gitignore b/collections-debian-merged/ansible_collections/cisco/iosxr/.gitignore new file mode 100644 index 00000000..d9fe27b7 --- /dev/null +++ b/collections-debian-merged/ansible_collections/cisco/iosxr/.gitignore @@ -0,0 +1,91 @@ +# build products... +*.py[co] +build +AUTHORS.TXT +# Emacs backup and autosave files... +*~ +.\#* +\#* +# RPM stuff... +MANIFEST +dist +rpm-build +# Eclipse/PyDev stuff... +.project +.pydevproject +# PyCharm stuff... +.idea +#IntelliJ IDEA stuff.. +*.iml +#VSCode stuff.. +.vscode/ +# Mac OS X stuff... +.DS_Store +# manpage build stuff... +docs/man/man1/ansible*.1 +docs/man/man1/ansible*.1.asciidoc.in +docs/man/man3/* +# Sublime stuff +*.sublime-project +*.sublime-workspace +# docsite stuff... +docs/docsite/_build +docs/docsite/*.html +docs/docsite/htmlout +docs/docsite/rst/cli/ansible-*.rst +docs/docsite/rst/cli/ansible.rst +docs/docsite/rst/dev_guide/collections_galaxy_meta.rst +docs/docsite/rst/dev_guide/testing/sanity/index.rst.new +docs/docsite/rst/modules/*.rst +docs/docsite/rst/playbooks_directives.rst +docs/docsite/rst/plugins_by_category.rst +docs/docsite/rst/plugins/*/*.rst +docs/docsite/rst/reference_appendices/config.rst +docs/docsite/rst/reference_appendices/playbooks_keywords.rst +docs/docsite/rst_warnings +docs/docsite/searchindex.js +docs/docsite/_static/*.gif +docs/docsite/_static/*.png +docs/docsite/_static/websupport.js +# deb building stuff... +/debian/ +deb-build +# Vim swap files +*.swp +*.swo +credentials.yml +# test output +*.retry +*.out +.pytest_cache/ +.tox +.cache +.pytest_cache +results.xml +coverage.xml +/tests/units/cover-html +/tests/integration/inventory +/tests/integration/targets/*/backup/ +/tests/cache/* +# Development +/tests/develop +venv +Vagrantfile +.vagrant +.python-version +# Release directory +packaging/release/ansible_release +/.cache/ +# python 'rope' stuff +.ropeproject +# local 'ack' config files +.ackrc +# default 'coverage html' results +htmlcov/ +# default 'coverage' tool data +.coverage +# ansible-test coverage results +tests/units/.coverage.* +/SYMLINK_CACHE.json +changelogs/.plugin-cache.yaml +.ansible-test-timeout.json |