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>
This commit is contained in:
David Gibson 2012-04-20 11:40:24 +10:00 committed by Stefan Hajnoczi
parent 362f5fb564
commit fecccc4477
1 changed files with 13 additions and 0 deletions

13
tests/.gitignore vendored Normal file
View File

@ -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