diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2016-11-23 13:14:08 +0100 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2016-11-23 15:43:42 +0100 |
commit | 972e0d28031d4837fbb7d07dce0a7354e5c1a975 (patch) | |
tree | aa8b64b71a9925af7457b78713787553c9426208 /.gitignore | |
parent | 0ce7da1e22abf7a4415ef40fca9f1755b8ddfa30 (diff) | |
download | NetworkManager-972e0d28031d4837fbb7d07dce0a7354e5c1a975.tar.gz |
all: rename the introspection data to use the interface paths in names
This makes it easier to install the files with proper names.
Also, it makes the makefile rules slightly simpler.
Lastly, the documentation is now generated into docs/api, which makes it
possible to get rid of the awkward relative file names in docbook.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index ca09ef22e9..9798e6080c 100644 --- a/.gitignore +++ b/.gitignore @@ -87,6 +87,8 @@ test-*.trs /docs/api/NetworkManager.signals /docs/api/NetworkManager.types +/docs/api/dbus-org.freedesktop.NetworkManager*.xml + /docs/libnm-glib/*.stamp /docs/libnm-glib/html/ /docs/libnm-glib/tmpl/ @@ -141,9 +143,7 @@ test-*.trs /shared/nm-version-macros.h -/introspection/nmdbus-*.c -/introspection/nmdbus-*.h -/introspection/nmdbus-*.xml +/introspection/org.freedesktop.NetworkManager*.[ch] /libgsystem/ @@ -272,7 +272,6 @@ test-*.trs /vapi/*.vapi - # The following names are no longer present on this branch, # but they were on older versions. Thus keep ignoring them # otherwise when switching branches these untracked files show @@ -297,3 +296,6 @@ test-*.trs /src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh-utils /src/settings/plugins/ifnet/tests/check_ifnet /src/supplicant-manager/tests/test-supplicant-config +/introspection/nmdbus-*.c +/introspection/nmdbus-*.h +/introspection/nmdbus-*.xml |