diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 63f02fa0693..7d46d3d0ad3 100644 --- a/.gitignore +++ b/.gitignore @@ -17,9 +17,9 @@ /build-root/rpmbuild/ /build-root/test-doc/ /build-root/test-cov/ -/build-root/python/ -/build-root/vapi_test/ -/build-root/vom_test/ +/test/run/ +/test/build/ +/test/coverage/ /build-config.mk /build/external/*.tar.gz /build/external/*.tar.xz |