tests/tcg: add .gitignore for in source builds
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 3 Sep 2019 12:59:49 +0000 (13:59 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 10 Sep 2019 13:14:31 +0000 (14:14 +0100)
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>
tests/tcg/.gitignore [new file with mode: 0644]

diff --git a/tests/tcg/.gitignore b/tests/tcg/.gitignore
new file mode 100644 (file)
index 0000000..84d7541
--- /dev/null
@@ -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/