Files
swupd-client/.gitignore
Otavio Pontes 8d7a7dad6e Organizing src/ directories in categories
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)
2020-05-07 14:31:27 -07:00

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