diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-08-17 17:25:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-17 17:25:06 +0200 |
commit | 3acb6381bc2a56e70a58b3a19ae817473f8dd5f4 (patch) | |
tree | afffc8ef2e6fbc246cd63f144db1b2ed016078b3 /.gitignore | |
parent | f6836850812eb7826c40c866eb61a03e36f431ab (diff) | |
parent | 353ab3b0c3f8a6c48f242a4c9cdcebed70f9a022 (diff) | |
download | vyos-1x-3acb6381bc2a56e70a58b3a19ae817473f8dd5f4.tar.gz vyos-1x-3acb6381bc2a56e70a58b3a19ae817473f8dd5f4.zip |
Merge pull request #28 from alkersan/ntp_show
T689: Added show ntp op mode definition
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5d0af4bae..af15969c8 100644 --- a/.gitignore +++ b/.gitignore @@ -21,12 +21,15 @@ parts/ sdist/ var/ wheels/ +Pipfile +Pipfile.lock *.egg-info/ .installed.cfg *.egg .idea/ .idea .idea/* +*.iml # PyInstaller # Usually these files are written by a python script from a template |