summaryrefslogtreecommitdiff
path: root/tests/.gitignore
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2012-04-20 11:40:24 +1000
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>2012-04-20 13:23:27 +0100
commitfecccc4477451f82028c042eb700a20185d8cf65 (patch)
tree1e6b7dabe5587732d34fffb6b75675c5bc3a1768 /tests/.gitignore
parent362f5fb5643a9cfcf4b5127f67af8dcb0fcb9130 (diff)
downloadqemu-fecccc4477451f82028c042eb700a20185d8cf65.tar.gz
Add .gitignore for tests/
The new autotests in tests/ generate a number of files, both executable and source, which are not caught by the existing .gitignore files. This patch adds a new .gitignore in tests/ which covers these. [Changed 'rtc-test' to '*-test' so future tests do not need to be added to .gitignore on a case-by-case basis. Stefan] Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'tests/.gitignore')
-rw-r--r--tests/.gitignore13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644
index 0000000000..f9041f3d32
--- /dev/null
+++ b/tests/.gitignore
@@ -0,0 +1,13 @@
+check-qdict
+check-qfloat
+check-qint
+check-qjson
+check-qlist
+check-qstring
+test-qapi-types.[ch]
+test-qapi-visit.[ch]
+test-qmp-commands.h
+test-qmp-commands
+test-qmp-input-strict
+test-qmp-marshal.c
+*-test