This hides the new build artefacts from the re-organised TCG tests when you are doing an in-source build.
Signed-off-by: Alex Bennée <alex.ben...@linaro.org> --- tests/tcg/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/tcg/.gitignore diff --git a/tests/tcg/.gitignore b/tests/tcg/.gitignore new file mode 100644 index 00000000000..84d7541b286 --- /dev/null +++ b/tests/tcg/.gitignore @@ -0,0 +1,5 @@ +# These are build artefacts which only appear when you are doing +# builds directly in the source tree. +config-*.mak +*-softmmu/ +*-linux-user/ -- 2.20.1