Skip to content
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