Browse Source

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 <alex.bennee@linaro.org>
Alex Bennée 6 years ago
parent
commit
8cf4efcf30
1 changed files with 5 additions and 0 deletions
  1. 5 0
      tests/tcg/.gitignore

+ 5 - 0
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/