[Qemu-devel] [PATCH v1 07/42] tests/tcg: add .gitignore for in source builds

Alex Bennée posted 42 patches 6 years, 5 months ago
[Qemu-devel] [PATCH v1 07/42] tests/tcg: add .gitignore for in source builds
Posted by Alex Bennée 6 years, 5 months ago
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

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