.gitignore: add compose-{cache,logs} dirs
And roughly split the file into build system things and "owned" test things.
This commit is contained in:
parent
464c368c88
commit
5d199a60f7
12
.gitignore
vendored
12
.gitignore
vendored
@ -16,6 +16,15 @@
|
|||||||
/.cosa/
|
/.cosa/
|
||||||
/_kola_temp/
|
/_kola_temp/
|
||||||
|
|
||||||
|
# From compose tests
|
||||||
|
/compose-cache/
|
||||||
|
/compose-logs/
|
||||||
|
|
||||||
|
# From vmcheck tests
|
||||||
|
/vmcheck-logs/
|
||||||
|
/ssh-config
|
||||||
|
|
||||||
|
# From build system itself
|
||||||
/.dirstamp
|
/.dirstamp
|
||||||
/GPATH
|
/GPATH
|
||||||
/GRTAGS
|
/GRTAGS
|
||||||
@ -72,11 +81,9 @@
|
|||||||
/src/daemon/rpm-ostreed.service
|
/src/daemon/rpm-ostreed.service
|
||||||
/src/lib/rpm-ostree-1.pc
|
/src/lib/rpm-ostree-1.pc
|
||||||
/src/lib/rpmostree-version.h
|
/src/lib/rpmostree-version.h
|
||||||
/ssh-config
|
|
||||||
/stamp-h1
|
/stamp-h1
|
||||||
/tags
|
/tags
|
||||||
/target/
|
/target/
|
||||||
/test-compose-logs/
|
|
||||||
/test-libglnx-errors
|
/test-libglnx-errors
|
||||||
/test-libglnx-errors.log
|
/test-libglnx-errors.log
|
||||||
/test-libglnx-errors.test
|
/test-libglnx-errors.test
|
||||||
@ -101,5 +108,4 @@
|
|||||||
/tests/check/test-lib-introspection.sh.log
|
/tests/check/test-lib-introspection.sh.log
|
||||||
/tests/check/test-lib-introspection.sh.test
|
/tests/check/test-lib-introspection.sh.test
|
||||||
/tests/check/test-lib-introspection.sh.trs
|
/tests/check/test-lib-introspection.sh.trs
|
||||||
/vmcheck-logs/
|
|
||||||
_libs
|
_libs
|
||||||
|
Loading…
Reference in New Issue
Block a user