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>
This commit is contained in:
Alex Bennée 2019-09-03 13:59:49 +01:00
parent 2038f8c877
commit 8cf4efcf30
1 changed files with 5 additions and 0 deletions

5
tests/tcg/.gitignore vendored Normal file
View File

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