diff options
author | Christian Breunig <christian@breunig.cc> | 2023-05-26 22:45:18 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-05-26 22:45:49 +0200 |
commit | d1a1ecd17a243330901b8f0c2f41af990656c65c (patch) | |
tree | 278118b764a909ae6e165d59e1a27c9c7750dac1 | |
parent | 105224d67c36ef43ee83635b8108faa9a142745c (diff) | |
download | vyos-1x-d1a1ecd17a243330901b8f0c2f41af990656c65c.tar.gz vyos-1x-d1a1ecd17a243330901b8f0c2f41af990656c65c.zip |
gitignore: T5242: add XML dict cache file
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a31d037f2..fe92f5b9d 100644 --- a/.gitignore +++ b/.gitignore @@ -138,3 +138,5 @@ debian/*.substvars # vyos-1x JSON version data/component-versions.json +# vyos-1x XML cache +python/vyos/xml_ref/cache.py |