diff mbox series

[PULL,10/45] tests/tcg: add .gitignore for in source builds

Message ID 20190910084349.28817-11-alex.bennee@linaro.org (mailing list archive)
State New, archived
Headers show
Series [PULL,01/45] hw/misc: Mark most objects as "common" code to speed up compilation a litte bit | expand

Commit Message

Alex Bennée Sept. 10, 2019, 8:43 a.m. UTC
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.bennee@linaro.org>
diff mbox series

Patch

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/