summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2018-05-24 13:34:37 +0200
committerAtomic Bot <atomic-devel@projectatomic.io>2018-05-24 11:59:52 +0000
commitefb92704febb03e51cd2f5a14d52cc4c332b7e0c (patch)
tree69715f101d58c8691fa9905f052619b259bbfc41 /.gitignore
parent1ad3b8c30bf705afe496dc12aad56a624caeec40 (diff)
downloadflatpak-efb92704febb03e51cd2f5a14d52cc4c332b7e0c.tar.gz
Merge lib/* into common
This moves all the files from lib into common, and it also adds all the libflatpak sources into libflatpak-common, making libflatpak just a wrapper around the common helper library. This move allows the CLI to use all the code from libflatpak. We were already doing this with a few things like flatpak-error*.[ch], and we want to do it even more when sharing FlatpakTransaction. This also allows use to slowly move the CLI to using the libflatpak apis for some things. Closes: #1706 Approved by: alexlarsson
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 51d4ce70..762e5048 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,10 +51,10 @@ document-portal/xdp-dbus.[ch]
document-portal/xdp-resources.[ch]
.dirstamp
test-suite*.log
-lib/flatpak-version-macros.h
+common/flatpak-version-macros.h
flatpak.pc
-lib/flatpak-enum-types.c
-lib/flatpak-enum-types.h
+common/flatpak-enum-types.c
+common/flatpak-enum-types.h
test-libflatpak
Flatpak-1.0.*
/app/parse-datetime.c