diff options
author | Dmytro Aleksandrov <alkersan@gmail.com> | 2018-08-15 16:13:57 +0300 |
---|---|---|
committer | Dmytro Aleksandrov <alkersan@gmail.com> | 2018-08-17 18:08:38 +0300 |
commit | 353ab3b0c3f8a6c48f242a4c9cdcebed70f9a022 (patch) | |
tree | afffc8ef2e6fbc246cd63f144db1b2ed016078b3 /.gitignore | |
parent | f6836850812eb7826c40c866eb61a03e36f431ab (diff) | |
download | vyos-1x-353ab3b0c3f8a6c48f242a4c9cdcebed70f9a022.tar.gz vyos-1x-353ab3b0c3f8a6c48f242a4c9cdcebed70f9a022.zip |
T689: Added ntp and date 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 |