diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2012-04-20 11:40:24 +1000 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2012-04-20 13:23:27 +0100 |
commit | fecccc4477451f82028c042eb700a20185d8cf65 (patch) | |
tree | 1e6b7dabe5587732d34fffb6b75675c5bc3a1768 | |
parent | 362f5fb5643a9cfcf4b5127f67af8dcb0fcb9130 (diff) | |
download | qemu-fecccc4477451f82028c042eb700a20185d8cf65.tar.gz qemu-fecccc4477451f82028c042eb700a20185d8cf65.tar.bz2 qemu-fecccc4477451f82028c042eb700a20185d8cf65.zip |
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>
-rw-r--r-- | tests/.gitignore | 13 |
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 |