From 99351c8472f76552c059a5dd382860229d647c4f Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Tue, 20 Aug 2013 00:35:39 +0200 Subject: 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 Tested-by: Wanlong Gao Signed-off-by: Luiz Capitulino --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0fe114d251..a8e0f1716b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.1