summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-06-04 16:53:40 +0200
committerThomas Haller <thaller@redhat.com>2020-06-11 10:53:50 +0200
commit10020a94662ddee18fd9cb80c08ce5d071b31ce7 (patch)
tree395ec88c9c9d20143150b75baff50e30a0c7d643 /.gitignore
parent87edf2f2986370768c4dba2c9c64aa842579ca3a (diff)
downloadNetworkManager-10020a94662ddee18fd9cb80c08ce5d071b31ce7.tar.gz
docs: generate nm-settings-docs-nmcli.xml based on nmcli meta data
We have the correct meta-data of supported properties for nmcli. It is in clients/common. Use that for generating the manual page instead of the properties that are part of libnm (some properties may be in libnm but not supported by nmcli, or some properties may not be GObject properties, and not detected as by GObject introspection).
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 704afc3094..5cb43a0374 100644
--- a/.gitignore
+++ b/.gitignore
@@ -157,6 +157,9 @@ test-*.trs
/libnm/tests/test-remote-settings-client
/libnm/tests/test-secret-agent
+/clients/cli/generate-docs-nm-settings-nmcli
+/clients/cli/generate-docs-nm-settings-nmcli.xml
+
/m4/codeset.m4
/m4/gettext.m4
/m4/glibc2.m4