qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH] Add .gitignore for tests/


From: David Gibson
Subject: [Qemu-trivial] [PATCH] Add .gitignore for tests/
Date: Fri, 20 Apr 2012 11:40:24 +1000

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 <address@hidden>
---
 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..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
\ No newline at end of file
-- 
1.7.9.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]