[libvirt] [PATCH] maint: Add test output files to .gitignore

Peter Krempa pkrempa at redhat.com
Mon Feb 6 17:30:47 UTC 2012


Commit 8f00276c8a6140cec6a6d50441c802981d329c0c consolidated other
.gitignore files to the master one, but forgot to add some test output
files.
---
Detected by git status on a cleaned repo with make check done:
# On branch master
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#       tests/commandtest
#       tests/virtimetest

 .gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3e85e4d..b7561dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -111,6 +111,7 @@
 /tests/*.pid
 /tests/*xml2*test
 /tests/commandhelper
+/tests/commandtest
 /tests/conftest
 /tests/cputest
 /tests/domainsnapshotxml2xmltest
@@ -142,6 +143,7 @@
 /tests/virhashtest
 /tests/virnet*test
 /tests/virshtest
+/tests/virtimetest
 /tests/vmx2xmltest
 /tests/xencapstest
 /tests/xmconfigtest
-- 
1.7.3.4




More information about the libvir-list mailing list