summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-06-26 21:13:43 +0200
committerChristian Breunig <christian@breunig.cc>2024-06-26 21:47:09 +0200
commit9473800055e0e1e9833f4a41c6d5d5a8a0d27399 (patch)
tree5301252a4b24643cc28d8b55a004c5f21b774b40 /.gitignore
parent6890cd7b0f2419d6b1a720d892f9a7d07b7cfd05 (diff)
downloadvyos-1x-9473800055e0e1e9833f4a41c6d5d5a8a0d27399.tar.gz
vyos-1x-9473800055e0e1e9833f4a41c6d5d5a8a0d27399.zip
vyos-configd: T6510: autogenerate configd-include.json
Now that there is a build time validation that Config() is not instantiated twice in a config mode script, and also as there are no more direct calls on the my_set and my_delete binary, we can auto generate the list of helpers run by vyos-configd.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 507daceee..01333d5b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -145,6 +145,8 @@ data/component-versions.json
# vyos-1x XML cache
python/vyos/xml_ref/cache.py
python/vyos/xml_ref/pkg_cache/*_cache.py
+# autogenerated vyos-configd JSON definition
+data/configd-include.json
# We do not use pip
Pipfile