projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2038f8c
)
tests/tcg: add .gitignore for in source builds
author
Alex Bennée
<alex.bennee@linaro.org>
Tue, 3 Sep 2019 12:59:49 +0000
(13:59 +0100)
committer
Alex Bennée
<alex.bennee@linaro.org>
Tue, 10 Sep 2019 13:14:31 +0000
(14:14 +0100)
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
[new file with mode: 0644]
patch
|
blob
diff --git a/tests/tcg/.gitignore
b/tests/tcg/.gitignore
new file mode 100644
(file)
index 0000000..
84d7541
--- /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/