diff options
author | Thomas Haller <thaller@redhat.com> | 2020-05-29 10:21:07 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2020-06-11 10:53:49 +0200 |
commit | d8992ce931d4648836b466270c757905b9fadab6 (patch) | |
tree | 6f62f42e7e2ae8cfa116868cfdf9dacad6bc2307 /.gitignore | |
parent | 960ab397397a2688833fda6cf00e873624d42fd9 (diff) | |
download | NetworkManager-d8992ce931d4648836b466270c757905b9fadab6.tar.gz |
docs: rename "nm-settings-docs.xml" to "nm-settings-docs-dbus.xml"
"nm-settings-docs-dbus.xml" is "nm-settings-docs-gir.xml" merged with
"nm-property-infos-dbus.xml". The name should reflect that, also because
we will get more files with this naming scheme.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 205a8cc1e9..ed39ed7e02 100644 --- a/.gitignore +++ b/.gitignore @@ -150,8 +150,8 @@ test-*.trs /libnm/nm-property-infos-dbus.xml /libnm/nm-property-infos-ifcfg-rh.xml /libnm/nm-property-infos-keyfile.xml +/libnm/nm-settings-docs-dbus.xml /libnm/nm-settings-docs-gir.xml -/libnm/nm-settings-docs.xml /libnm/tests/test-libnm /libnm/tests/test-nm-client /libnm/tests/test-remote-settings-client @@ -329,6 +329,7 @@ test-*.trs /libnm/nm-setting-docs-overrides.xml /libnm/nm-setting-docs.xml /libnm/nm-settings-docs-overrides.xml +/libnm/nm-settings-docs.xml /libnm/nm-settings-ifcfg-rh-docs.xml /libnm/nm-settings-keyfile-docs.xml /libnm/tests/test-general |