diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-06-22 22:06:46 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-06-22 22:08:26 +0200 |
commit | 8857f407b7e04091d9b0db3017d9cbb33391c691 (patch) | |
tree | 9a495a6501fdc961968f55a8a2e7ff91476b974e /python | |
parent | bfa969c37711dbda98d407b66600fa789cadc8e1 (diff) | |
download | vyos-1x-8857f407b7e04091d9b0db3017d9cbb33391c691.tar.gz vyos-1x-8857f407b7e04091d9b0db3017d9cbb33391c691.zip |
xml: T2588: add gitignore for generated defaults
Diffstat (limited to 'python')
-rw-r--r-- | python/vyos/xml/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/vyos/xml/.gitignore b/python/vyos/xml/.gitignore new file mode 100644 index 000000000..e934adfd1 --- /dev/null +++ b/python/vyos/xml/.gitignore @@ -0,0 +1 @@ +cache/ |