From patchwork Fri Apr 20 01:40:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Add .gitignore for tests/ Date: Thu, 19 Apr 2012 15:40:24 -0000 From: David Gibson X-Patchwork-Id: 153904 Message-Id: <1334886024-27969-1-git-send-email-david@gibson.dropbear.id.au> To: aliguori@us.ibm.com Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, David Gibson 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. Signed-off-by: David Gibson --- tests/.gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/.gitignore \ No newline at end of file diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 0000000..4e43286 --- /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 +rtc-test