diff mbox series

[v1,07/42] tests/tcg: add .gitignore for in source builds

Message ID 20190904203013.9028-8-alex.bennee@linaro.org
State Superseded
Headers show
Series current testing/next queue (podman, docker, ci) | expand

Commit Message

Alex Bennée Sept. 4, 2019, 8:29 p.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>

---
 tests/tcg/.gitignore | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 tests/tcg/.gitignore

-- 
2.20.1
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/