mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-03-04 09:04:39 -07:00
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:
parent
2038f8c877
commit
8cf4efcf30
1 changed files with 5 additions and 0 deletions
5
tests/tcg/.gitignore
vendored
Normal file
5
tests/tcg/.gitignore
vendored
Normal 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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue