diff options
author | Laszlo Ersek <lersek@redhat.com> | 2013-08-20 00:35:39 +0200 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2013-08-20 11:52:00 -0400 |
commit | 99351c8472f76552c059a5dd382860229d647c4f (patch) | |
tree | a7f7a0dc27fade9ceffb6a7bbf371aa7763af8ea | |
parent | 15a849be100b54776bcf63193c3fea598666030f (diff) | |
download | hqemu-99351c8472f76552c059a5dd382860229d647c4f.zip hqemu-99351c8472f76552c059a5dd382860229d647c4f.tar.gz |
add "test-int128" and "test-bitops" to .gitignore
"test-int128" was probably missed in commit 6046c620
("int128: optimize and add test cases").
"test-bitops" was probably missed in commit 3464700f
("tests: Add test-bitops.c with some sextract tests").
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Tested-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,7 +45,9 @@ qemu-bridge-helper qemu-monitor.texi vscclient QMP/qmp-commands.txt +test-bitops test-coroutine +test-int128 test-qmp-input-visitor test-qmp-output-visitor test-string-input-visitor |