Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Netmiko 4 0 0 #39

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
26 changes: 7 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,25 +1,13 @@
*.pyc
*.swp
tests/old_format/DEVICE_CREDS.py
tests/test_prep.sh
tests/testx.txt
tests/standard_tests.sh
tests/etc/test_devices.yml
tests/etc/commands.yml
tests/etc/responses.yml
examples/SECRET_DEVICE_CREDS.py
./build

./build/*
build/
dist
netmiko.egg-info
.cache
bin/.netmiko.cfg
.vscode/*
*.DS_Store
__pycache__/
*.egg-info/

# Sphinx documentation
docs/build/doctrees/
.idea/*
.vscode/*

# Tox
.tox/*
*.DS_Store
*.egg
15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

Loading