From 132d1186d950f1743112ac4f0eff98e4d373e06a Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 26 Nov 2015 23:07:05 +0100 Subject: Initial version of libxdg-app This is a highlevel library for working with xdg-app without using the commandline interface. The primary usecase for this is for creating a graphical frontend for app installation/update. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a42efe8..86045e6 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,7 @@ document-portal/xdp-dbus.[ch] document-portal/xdp-resources.[ch] .dirstamp test-suite*.log +lib/xdg-app-version-macros.h +xdg-app.pc +lib/xdg-app-enum-types.c +lib/xdg-app-enum-types.h -- cgit v1.2.1