From: Alex Bennée Date: Tue, 3 Sep 2019 12:59:49 +0000 (+0100) Subject: tests/tcg: add .gitignore for in source builds X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8cf4efcf30036e730c270568e8f129ce8f284090;p=qemu.git tests/tcg: add .gitignore for in source builds 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 --- diff --git a/tests/tcg/.gitignore b/tests/tcg/.gitignore new file mode 100644 index 0000000000..84d7541b28 --- /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/