From patchwork Fri Apr 20 12:52:36 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [7/7] Add .gitignore for tests/ Date: Fri, 20 Apr 2012 02:52:36 -0000 From: Stefan Hajnoczi X-Patchwork-Id: 154040 Message-Id: <1334926356-7807-8-git-send-email-stefanha@linux.vnet.ibm.com> To: Anthony Liguori Cc: qemu-devel@nongnu.org, Stefan Hajnoczi , David Gibson From: 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. [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 Signed-off-by: Stefan Hajnoczi --- tests/.gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/.gitignore diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 0000000..f9041f3 --- /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