maint: Add test output files to .gitignore

Commit 8f00276c8a consolidated other
.gitignore files to the master one, but forgot to add some test output
files.
This commit is contained in:
Peter Krempa 2012-02-06 18:27:40 +01:00
parent 7b448cae4a
commit 13545647ba

2
.gitignore vendored
View File

@ -111,6 +111,7 @@
/tests/*.pid /tests/*.pid
/tests/*xml2*test /tests/*xml2*test
/tests/commandhelper /tests/commandhelper
/tests/commandtest
/tests/conftest /tests/conftest
/tests/cputest /tests/cputest
/tests/domainsnapshotxml2xmltest /tests/domainsnapshotxml2xmltest
@ -142,6 +143,7 @@
/tests/virhashtest /tests/virhashtest
/tests/virnet*test /tests/virnet*test
/tests/virshtest /tests/virshtest
/tests/virtimetest
/tests/vmx2xmltest /tests/vmx2xmltest
/tests/xencapstest /tests/xencapstest
/tests/xmconfigtest /tests/xmconfigtest