diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-12-05 02:46:54 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-12-05 02:47:36 +0100 |
commit | c1b9d935725103e95901f347b8981647ce4dd546 (patch) | |
tree | 4f5474c2022f7812d7e261b29896e89de14cf490 /.gitignore | |
parent | 65dae17a2f890b12a07dd4901b3db02b1031c463 (diff) |
bus: add support for serializing to gvariant
(deserialization is still missing, hence this is not hooked up to kdbus)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index db2641ff83..f00cb8ee1a 100644 --- a/.gitignore +++ b/.gitignore @@ -104,6 +104,7 @@ /test-bus-signature /test-bus-server /test-bus-zero-copy +/test-bus-gvariant /test-calendarspec /test-catalog /test-cgroup |