mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 18:17:09 +00:00
Merge ci: exclude generated content from spread copy
This allows having a locally-built apparmor tree while using spread to test against other distributions. Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com> MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/1692 Approved-by: Georgia Garcia <georgia.garcia@canonical.com> Merged-by: Georgia Garcia <georgia.garcia@canonical.com>
This commit is contained in:
commit
170315d35f
37
spread.yaml
37
spread.yaml
@ -92,6 +92,43 @@ backends:
|
|||||||
exclude:
|
exclude:
|
||||||
- .git
|
- .git
|
||||||
- "*.o"
|
- "*.o"
|
||||||
|
- "*.a"
|
||||||
|
- "*.la"
|
||||||
|
- "*.lo"
|
||||||
|
- "*.so"
|
||||||
|
- "*.so.*"
|
||||||
|
- .deps
|
||||||
|
- .libs
|
||||||
|
# Generated autotool content
|
||||||
|
- aclocal.m4
|
||||||
|
- autom4te.cache
|
||||||
|
- config.guess
|
||||||
|
- config.log
|
||||||
|
- config.status
|
||||||
|
- config.sub
|
||||||
|
- configure
|
||||||
|
- depcomp
|
||||||
|
- missing
|
||||||
|
- ylwrap
|
||||||
|
# Generated automake makefiles
|
||||||
|
- Makefile.in
|
||||||
|
- libraries/libapparmor/Makefile
|
||||||
|
- libraries/libapparmor/doc/Makefile
|
||||||
|
- libraries/libapparmor/include/Makefile
|
||||||
|
- libraries/libapparmor/include/sys/Makefile
|
||||||
|
- libraries/libapparmor/src/Makefile
|
||||||
|
- libraries/libapparmor/swig/Makefile
|
||||||
|
- libraries/libapparmor/swig/perl/Makefile
|
||||||
|
- libraries/libapparmor/swig/python/Makefile
|
||||||
|
- libraries/libapparmor/swig/python/test/Makefile
|
||||||
|
- libraries/libapparmor/swig/ruby/Makefile
|
||||||
|
- libraries/libapparmor/testsuite/Makefile
|
||||||
|
- libraries/libapparmor/testsuite/config/Makefile
|
||||||
|
- libraries/libapparmor/testsuite/lib/Makefile
|
||||||
|
- libraries/libapparmor/testsuite/libaalogparse.test/Makefile
|
||||||
|
- libraries/libapparmor/testsuite/test_multi.multi
|
||||||
|
# Generated wrapper scripts
|
||||||
|
- libraries/libapparmor/testsuite/test_multi.multi
|
||||||
# Files related to spread and image-garden.
|
# Files related to spread and image-garden.
|
||||||
- "*.qcow2"
|
- "*.qcow2"
|
||||||
- "*.iso"
|
- "*.iso"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user