diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2019-09-03 13:59:49 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2019-09-10 14:14:31 +0100 |
commit | 8cf4efcf30036e730c270568e8f129ce8f284090 (patch) | |
tree | 50b88581a2218fe8e2a9479421be2bba7d59193a /tests | |
parent | 2038f8c8775cf1a4eb190ab12f0c496e1ff79c88 (diff) |
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>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tcg/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/tcg/.gitignore b/tests/tcg/.gitignore new file mode 100644 index 0000000000..84d7541b28 --- /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/ |