diff options
author | Taniadz <tdziubenko@ukr.net> | 2017-08-27 20:44:37 +0300 |
---|---|---|
committer | Taniadz <tdziubenko@ukr.net> | 2017-08-27 20:44:37 +0300 |
commit | ce0758ee620e2c2b04724e74e8561682fad23f58 (patch) | |
tree | c6b56c46c0c78119250b3433831426d882314b1f /.gitignore | |
parent | 96aef9c3fe9c5341acd98f697a627c0d1d6fe33f (diff) | |
download | vyos-1x-ce0758ee620e2c2b04724e74e8561682fad23f58.tar.gz vyos-1x-ce0758ee620e2c2b04724e74e8561682fad23f58.zip |
adding validate(), generate(), apply() to vyatta-update-crontab.py
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7bbc71c09..504bba9f1 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,9 @@ wheels/ *.egg-info/ .installed.cfg *.egg +.idea/ +.idea +.idea/* # PyInstaller # Usually these files are written by a python script from a template |