mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-04-28 10:53:43 +00:00
src/
src/3rd-party/ # Everything that is 3rd-party related
src/cmds/ # All sub-commands from swupd (except 3rd-party ones)
src/lib/ # Modules that implement functions not dependent on swupd
behavior (i.e. system interations, logging)
src/swupd_lib/ # Modules that implement functions dependent on swupd
behavior (i.e. hash calculation, signature verification,
manifest/bundle handlers)
61 lines
659 B
Plaintext
61 lines
659 B
Plaintext
*.kdev4
|
|
*.lo
|
|
*.o
|
|
*.trs
|
|
*~
|
|
.*.swp
|
|
.cproject
|
|
.deps
|
|
.dirstamp
|
|
.libs/
|
|
.project
|
|
DEADJOE
|
|
GPATH
|
|
GRTAGS
|
|
GTAGS
|
|
Makefile
|
|
Makefile.in
|
|
aclocal.m4
|
|
ar-lib
|
|
autom4te.cache/
|
|
compile
|
|
config.*
|
|
configure
|
|
coverage/
|
|
cscope.*
|
|
data/swupd-update.service
|
|
docs/*.1
|
|
docs/*.4
|
|
docs/*.7
|
|
docs/swupd-alias.7.rst
|
|
depcomp
|
|
functional-tests.log
|
|
fuzzout/
|
|
install-sh
|
|
kw*
|
|
libswupd*
|
|
libtool
|
|
ltmain.sh
|
|
m4/*.m4
|
|
missing
|
|
regression/*.out
|
|
src/*.gcda
|
|
src/*.gcno
|
|
stamp-h1
|
|
swupd
|
|
swupd-client*tar.gz
|
|
tap-driver.sh
|
|
test-driver
|
|
test-suite.log
|
|
test/*.gcno
|
|
test/documentation/manpages/test.log
|
|
Swupd_Root.pem
|
|
private.pem
|
|
test/**/*.log
|
|
test/unit/test_*.test
|
|
/verifytime
|
|
unit_tests.log
|
|
html/
|
|
xml/
|
|
doc-coverage.info
|